imc-trading / svlangserver

MIT License
95 stars 13 forks source link

Autocompletion for UVM #49

Open MinhTran0911 opened 1 month ago

MinhTran0911 commented 1 month ago

I work with SystemVerilog and UVM extensively , so I am wondering if I can somehow setup a path to the UVM installation directory so that I can get autocompletion of UVM keywords for every projects?

(svlangserver works great for SystemVerilog on my Neovim + CoC setup btw. Much appreciated)

kkanhere commented 1 month ago

The languageserver, as of now, doesn't support any verification constructs. UVM has been requested before as well, so a pull request for this would be great!