Skip to content

Commit e65cd64

Browse files
committed
Update readme
1 parent 5d7c595 commit e65cd64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ I very much appreciate help from other people especially regarding semantic anal
1515
### Goals
1616
- A complete VHDL language server protocol implementation with diagnostics, navigate to symbol, find all references etc.
1717

18-
### Status
19-
- Publishes diagnosics based on parse errors and warnings as well as semantic analysis.
20-
- Usable today to get full live syntax error checking.
18+
### Features
19+
- Live syntax and type checking
2120
- Checks for missing and duplicate declarations
22-
- Supports goto-definition/declaration for non-overloaded items
23-
- Supports find-references for non-overloaded items
21+
- Supports goto-definition/declaration (also in presence of overloading)
22+
- Supports find-references (also in presence of overloading)
23+
- Supports hovering symbols
2424

2525
## VHDL Language Frontend
2626
[![vhdl language frontend crate](https://img.shields.io/crates/v/vhdl_lang.svg)](https://crates.io/crates/vhdl_lang)

0 commit comments

Comments
 (0)