V Analyzer Versions Save

Bring IDE features for V programming languages in VS Code, Vim and other editors

nightly

5 months ago

Generated on 2023-12-31 08:23:40 UTC from commit 9ac84e62396bb13c8f1d11f967f0c0f2dec1a448.

0.0.3-beta.1

5 months ago

Syntax enhancements & bug fixes:

∙ Fix support for multiline comments (#75). ∙ Fix interface ref type highlight (#76). ∙ Fix support for struct field attributes (#74). ∙ Fix interface embeds and interface fields (#78). ∙ Fix assert cond, message statements (#65). ∙ Support @[attribute], fix signature, fix interface highlights.

Language server enhancements:

∙ Enable exit commands, to prevent lingering v-analyzer processes after an editor restart (#77). ∙ server: fix NO_RESULT_CALLBACK_FOUND in neovim (#59). ∙ Build the v-analyzer executable on linux as static in release mode, to make it more robust and usable in more distros.

Others:

∙ docs: add neovim install instructions (#63). ∙ CI improvements, to make releases easier, and to keep the code quality high. ∙ Update the vscode extension package to vscode-v-analyzer-0.0.3.vsix . ∙ Make v-analyzer --version show the build commit as well.

Note: this is still a beta version, expect bugs and please report them in our issues tracker .

latest

5 months ago

Commits

  • 165ed9f: support @[attribute], fix signature, fix interface highlights, update ci (#55) (Lycs-D) #55

v0.0.1-beta.1

10 months ago

First public release.

Please note that this is a beta version, so it may contain any bugs.