rapgenic / zed-vhdl

VHDL Language support for Zed editor
3 stars 1 forks source link

Install and lsp-server #2

Open tschinz opened 2 weeks ago

tschinz commented 2 weeks ago

I'm fairly new to Zed, can somebody tell me how to install this extension and is there a VHDL Language Server or other good extensions available?

Thanks

rapgenic commented 2 weeks ago

Hi,

this extension is basically the zed port of https://github.com/VHDL-LS/rust_hdl_vscode.

Currently it is not published in the marketplace due to it using heavily snippets (which are not fully supported yet for Zed extensions).

To install it you can clone it locally and install it as a dev extension:

After installation, when opening a VHDL file it should be highlighted and it should automatically download the rust_hdl language server for VHDL (which has to be configured with a per project file, according to its configuration)