rust_hdl
rust_hdl copied to clipboard
As an addendum to this issue: https://github.com/VHDL-LS/rust_hdl/issues/298 If one doesn't use/set the object (port, signal, variable), VHDL-LS correctly flags a warning that it's not set - all good :) ....
It would be very nice to get [Semantic Tokens](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens) from the Language Server. This would enable colored tokens in the client ;)
The issue might be slightly related to #289. Recent changes to autocomplete have disabled large parts of VSCodes text based intellisense. While the filtering of the autocomplete results of vhdl-ls...
Closes #210 This PR implements a server-side diagnostic cache, containing analysed diagnostics. On every change, new diagnostics are evaluated on the server side. Only when the diagnsotics are not in...
This is addressing the first two tasks of #225
I am using a public library that has code that can be reduced to this: ```vhdl package test is type enum_1_t is (A_e); subtype enum_2_1 is test.enum_1_t; end package; ```...
It would be great to have an environment variable or an executable option to specify where the VHDL libraries are located.
Hi, it seems that the auto instantiation from mapped entities in the vhdl_ls.toml does not work "everywhere". I had a simple entity where I was instantiated other entities. The only...
I'm requesting that the syntax for environment variables be treated the same way for both Windows and Linux variables so that a vhdl_ls.toml can be checked into version control along...
Not sure if this is a great title, so I can change it if necessary. I have been having an issue recently, where I have _huge_ delays when my editor...