1.4.2 • Published 2 years ago

coc-solidity v1.4.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

coc-solidity npm-badge

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

solidity-ls has no tolerance. Means that some features will only work if sources are no syntax error.

For example:

// should not work
msg.
   ^

// should work
msg.;
   ^

Features

  • completion
  • formatting (by prettier-plugin-solidity)
  • rename
  • signature help (basic implementation)
  • go to references
  • go to definition

Install

:CocInstall coc-solidity

Make sure you have installed solc.

Todo

  • code actions
  • semantic tokens
1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.0.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago