File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments