qiuxiang / coc-solidity

Solidity language server for coc.nvim
MIT License
49 stars 0 forks source link

Add Snippets support for new LSP #5

Closed TortoiseHive closed 2 years ago

TortoiseHive commented 2 years ago

The new LSP inserts the functions with () even when have arguments.

qiuxiang commented 2 years ago

I would remove the insertion of () when I implement signature help.

TortoiseHive commented 2 years ago

Nice, thanks!

qiuxiang commented 2 years ago

https://user-images.githubusercontent.com/1709072/160064046-b89a221e-a401-4498-a565-7c786b908019.mp4

qiuxiang commented 2 years ago

And signature help, but only the basic implementation, only trigger by (

https://user-images.githubusercontent.com/1709072/160064158-583f5a9e-e295-4ae5-9e0b-2396ed07af12.mp4

TortoiseHive commented 2 years ago

Working perfectly, thanks!