rust_hdl icon indicating copy to clipboard operation
rust_hdl copied to clipboard

Results 112 rust_hdl issues
Sort by recently updated
recently updated
newest added

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,...

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)

enhancement

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...

enhancement
library config

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...