imc-trading / svlangserver

MIT License
100 stars 13 forks source link

Autocompletion for UVM #49

Open MinhTran0911 opened 5 months ago

MinhTran0911 commented 5 months 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 5 months 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!