Install for VS Code
Install LazyVerilog from the Visual Studio Marketplace, then open a .sv, .svh, .v, or .vh file. The extension downloads the server on first use.
Use your own server binary
json
{
"lazyverilog.serverPath": "/path/to/lazyverilog-lsp"
}Install from a VSIX
If the Marketplace version is not available yet, download the .vsix from the latest GitHub Release, then:
- Press
Ctrl+Shift+P. - Run
Extensions: Install from VSIX.... - Select the downloaded file.
Next: Usage in VS Code.