rapgenic / zed-vhdl

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

Install and lsp-server #2

Open tschinz opened 3 months ago

tschinz commented 3 months 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 3 months 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)

Chandler-Kluser commented 1 month ago

Thanks for your port!

I made this procedure on root repository folder (clicking on install dev extension) but VHDL is not showing as an option on zed editor, can you help me? Thanks in advance!