svls icon indicating copy to clipboard operation
svls copied to clipboard

SystemVerilog language server

Results 28 svls issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/14058667/137363700-2b02177e-94cd-4599-a388-0df37b4988a9.png) This is the output from ` lsp-describe-session` ![image](https://user-images.githubusercontent.com/14058667/137363779-6c45e2e4-b1e2-425c-92c8-bf9a2e0a4ef1.png) 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 ? ![image](https://user-images.githubusercontent.com/61157967/115039804-c8740480-9e9e-11eb-9fd3-c1ad44309a5b.png) 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...