Solidity support for Visual Studio code Syntax highlighting. Snippets. Compilation of the current contract (Press F1 Solidity : Compile Current Solidity Contract), or F5. Compilation of all the contracts (Press F1 Solidity : Compile all Solidity Contracts), or Ctrl+F5 / Cmd+F5.
Read moreIs Solidity similar to JavaScript?
Smart contracts If you’re a JavaScript developer and wanting to write your own smart contract, you may want to get familiar with Solidity. This is the most popular smart contract language and it’s syntactically similar to JavaScript , which may make it easier to learn.
Read more