Solidity Language Support for VSCode

Kwang Yul Seo
CodeChain
Published in
1 min readApr 30, 2018

Posted by CodeChain Team on Sat, Oct 14, 2017

Solidity Language Support for VSCode is now available at the Visual Studio Code Marketplace. This extension is powered by solidity-language-server which was released as an open source project a few days ago.

Solidity Language Support provides:

  • Syntax highlight
  • Diagnostics via solc and solium
  • Auto-completion

Solidity Language Support extension automatically recognizes the project structure created by truffle and resolves modules located under “installed_contracts” directory which are installed by truffle installcommand. It also locates modules under “node_modules” directory which are installed by npm install command.

Other IDEs features such as “jump to definition”, “type information and documentation on hover”, and renaming will be available soon.

Enjoy smart contract hacking with Solidity Language Support!

--

--