Releases: chrehall68/vls
Releases · chrehall68/vls
1.0.7
1.0.6
This release is mainly a patch for multiline comments, which weren't being properly highlighted in previous versions. It also changes the highlighting of defines and keywords.
1.0.5
This release mainly improves existing features. Specifically, it:
- adds goto definition for variables
- adds snippets for common keywords
- adds autocomplete for in-scope variables
It also fixes the following bugs:
- selected assignments were being flagged as errors
1.0.4
This release fixes the following bugs:
- task and endtask weren't recognized as keywords
- nested assigns were flagged as errors
- vector arrays were flagged as errors
- interior of always, case, etc weren't being variable-checked
It also introduces a change in the way the extension gets the language server binary. Instead of fetching it from a GitHub release, now the language server binary is bundled into the extension, leading to smoother installs.
1.0.3
This patch addresses the following bugs:
- content of else blocks not being highlighted
- begin block names being flagged as errors
- output reg and input wire being flagged as errors
1.0.2
- Adds error diagnostics
1.0.1
- Fixes infinite loop error that caused language server to crash when a module application was syntactically incorrect
- Adds compatibility with windows
v1.0.0
Merge pull request #5 from chrehall68/3-improve-syntax-highlighting-a…