rust_hdl
rust_hdl copied to clipboard
## Intro I'm investigating how hard it would be to add automating as a feature, as part of https://github.com/VHDL-LS/rust_hdl/issues/156. This project already has a parser, now we "only" need to...
Hi, I am using Neovim 0.9.5 Release on a Macbook running Sonoma 14.4.1 and Brew. I used Mason to install rust_hdl and have the following in a lua script that...
First of all thanks for adding VHDL-LS to Mason, very nice! There is just the problem with the name again. When I type :Mason in Neovim it lists all the...
I really like the new control over lint severities and am looking at adding linting to our CI using the `vhdl_lang` executable. However, the unused declaration detection has a special...
When using `vhdl_lang` for CI, it is not possible to set severities separately for different libraries. I have several third party libraries where there are some diagnostics detected, mostly `unnecessary_work_library`....
I have recently started using your extension - I must say that it is great. It unimaginably increases the comfort and efficiency of work. Thanks for developing this project. Unfortunately,...
See #275 for the original issues. I have opened a new Issue to track the progress here. We already support some of the 'easier' requirements because they are more general...
The extension [VHDL by HGB](https://github.com/HSD-ESD/VHDL-by-HGB) in Visual Studio Code is an alternative to the official extension [VHDL LS](https://github.com/VHDL-LS/rust_hdl_vscode)
I don't know if the title is a great description, I can change it after. It would be nice if when you hover over a `constant` value that is used...
Hello. It seems that the LSP is panicking and exiting with exit code `101` when I try to complete a port name. Minimal example: `vhdl_ls` version `v0.80.0` Client: Neovim with...