qiuxiang / coc-solidity

Solidity language server for coc.nvim
MIT License
48 stars 0 forks source link
coc neovim solidity vim

coc-solidity npm-badge

coc.nvim extension for solidity. Language server provided by solidity-ls.

imageimageimage

This language server has no error tolerance. Means that some features will only work if sources are no syntax error.

For example:

// should not work
msg.
   ^

// should work
msg.;
   ^

Features

Install

:CocInstall coc-solidity

Make sure you have installed solc.

foundry supports

run forge remappings > remappings.txt in project root.

Todo