veridian
veridian copied to clipboard
A SystemVerilog Language Server
I'm interested in running veridian along with neovim, but instead of coc.nvim, most configuration frameworks are now using nvim-lspconfig for managing lsp. I'm wondering if a default configuration could be...
This is just an fyi that Henner Zeller (@hzeller), the tech lead for the Verible project, has added language server support directly into the Verible project recently. See https://chipsalliance.github.io/verible/README.html#language-server and...
## cross-platform builds - [ ] add build for windows - [ ] add build for mac - [ ] build verible's tools as libraries ## vscode extension - [...
I had no idea this project exists until people told me about it, because I couldn't find it when I searched for Verilog in the store. It would be awesome...
Is it possible to add renaming support?
For now, `veridian` just supports to `go to definition` in the current file, but does not support to jump in the whole wordspace. [https://github.com/imc-trading/svlangserver](url) supports to `go to definition/symbol in...
Hi, I was looking for a SystemVerilog LSP and I found it. Thank you for your effort. I am now using Veridian with Verible support. But not sure how to...
Veridian is currently the only SystemVerilog Language Server with autocompletion that works with Vim [as of November 2023], but no releases are available for windows devices. It would be great...
It would be nice to distinguish between an error while reading or if the file is just missing while logging.
Solves #191