svls
svls copied to clipboard
SystemVerilog language server
its taking long time at step 194/195 to build it, any ideas why or its ok?
Hello. Trying to install this using `cargo install svls` but it get stuck at ` Building [=======================> ] 194/195: svls(bin)`. Windows 11 rustc version 1.61.0 rustup version 1.24.3
Hello, I tried to use cargo to install _svls_ , but I encountered this issue. **ERROR INFORMATION** error: failed to compile `svls v0.2.0`, intermediate artifacts can be found at `/tmp/cargo-installZoviMs`...
I am using svls in emacs, I try to use the function `lsp-ui-peek-find-definitions` and I get the following error:  This is the output from ` lsp-describe-session`  Could someone...
Hi! I love svls and it's been invaluable for working in sv for class. I have some dubious quality vim macros that I'd like to replace with something more robust...
Is there a way to call the Windows binary release of svls.exe with a custom linter rules configuration? I have tried putting a custom '.svlint.toml' in the same directory as...
Hi, Just a quick question, when using 'unique' svls flag it as 'forbidden', why ?  Thank you :)
The following code is valid SystemVerilog (confirmed [here](https://www.edaplayground.com/x/8mf8)): ``` package test_pkg; virtual class Class; pure virtual function automatic void func1(); pure virtual function automatic void func2(); endclass endpackage ``` The...
I am getting following prompt with vscode. ``` [Info - 6:11:50 pm] Connection to server got closed. Server will restart. [Error - 6:11:50 pm] Connection to server got closed. Server...
I see that the `goto_definition` and `goto_declaration` methods for the `LanguageServer` trait are not implemented in the SVLS backend. So "go to definition" and "go to declaration" in the VSCode...