rust_hdl_vscode icon indicating copy to clipboard operation
rust_hdl_vscode copied to clipboard

VHDL Language Support for VSCode

Results 20 rust_hdl_vscode issues
Sort by recently updated
recently updated
newest added

Version [0.78.1](https://github.com/VHDL-LS/rust_hdl/releases/tag/v0.78.1) has been released and includes a few niceties that would be nice to have. As far as I can tell this just requires a rebuild in CI and...

It would be great if it was possible to use a VUnit run.py file as configuration source instead of the vhdl_ls.toml. The common VUnit distributions contain commonly used libraries, and...

enhancement

It would be great if the location of the vhdl_ls.toml file was customisable from the VSCode workspace settings.json. For example: ``` { "vhdlls.toml_path": "/path/to/vhdl_ls.toml" } ```

LSP v3.17 adds [subtypes](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#typeHierarchy_subtypes). Is it possible to support them in VHDL-LS? I am experiencing VHDL-LS in VSCode. I see that the custom type is highlighted during declaration. ```vhdl type...

It just leaves this error: [Error - 11:19:38] Starting client failed Error: spawn Unknown system error -8 at ChildProcess.spawn (node:internal/child_process:413:11) at Object.spawn (node:child_process:720:9) at /Users/ludek/.vscode/extensions/hbohlin.vhdl-ls-0.5.0/dist/extension.js:26190:40

PR #41 highlighted the need for AXI snippets. @Bochlin provided a starting point for the requirements of such snippets. Their comment is reported below, and this issue is the place...

Change option "files.encoding": "iso88591" to "utf8". I'm tired of editing the option every time I update it. All localization is lost completely. Altera/Intel Quartus uses UTF-8 by default. Xilinx Vivado...

I would like to be able to use this extension without specifying a vhdl_ls.toml file. In fact, the extension works very well without it being able to load the aforementioned...

Hi! I'm using the last version in the market. When the .toml project file is in the workspace root it works fine. But when I use the .toml file in...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies