VSCode-SystemVerilog icon indicating copy to clipboard operation
VSCode-SystemVerilog copied to clipboard

Could this plugin be used with coc.nvim?

Open antoinemadec opened this issue 4 years ago • 2 comments

I've been using your plugin in VSCode and I like a lot! I was wondering if it would be doable to port it to coc.nvim?

coc.nvim supports LSP servers: https://github.com/neoclide/coc.nvim/wiki/Language-servers

Thanks in advance, Antoine

antoinemadec avatar Dec 17 '19 19:12 antoinemadec

In the future, yes :)

Most of the features are currently provided by the client, using regular expressions to parse the code.

The idea in the future is to move everything over to the LSP with a more powerful parser, but current state of affairs is that it is in development: #68

You can use the LSP now, but it wont provide much.

eirikpre avatar Dec 18 '19 08:12 eirikpre

@eirikpre I will keep an eye on this :smiley: Could you please let me know how to compile the LSP server, just to give it a try?

For now, I will keep on using the universal Ctags, but this really is exiting news!

antoinemadec avatar Dec 18 '19 18:12 antoinemadec