rust_hdl
rust_hdl copied to clipboard
The LSP protocol supports client caching for diagnostics on a file-level. Currently VHDL-LS publishes all diagnostics for every edit. This works well when there are few diagnostics but is not...
This library has done a great job in VHDL handling with Rust. However I found it impossible to run only lexical analysis with current public APIs provided by `vhdl_lang`. Specifically,...
The following form of aggregate ```vhdl (b, b)
I noticed a June release and thought I'd investigate whether some of the issues I noted in April had been sorted (especially since Emacs 29 has been officially released, and...
Hello, VHDL_LS won’t detect length mismatch on comparing two registers e.g.: slv_output(13 downto 0)
Hi, I would like to request the possibility to "recursively" load the library definition using several `vhdl_ls.toml`. My projects are heavily modularized and it would simplify the project handling if...
It would be helpful to be able to use environment variables in the `vhdl_ls.toml` file, so: 1. paths are not hardcoded 2. easier to share the same `vhdl_ls.toml` file across...
In VSCode, when I open a VHDL file for editing, that is outside of the list of file defined in `vhdl_ls.toml`, I do get the warning message > "Opening file...