A lightweight VS Code extension that provides:
- Solidity syntax highlighting (TextMate grammar)
- Solidity snippets (including several boilerplate templates)
- Syntax highlighting for Solidity (
.sol) - Snippet injection
- Boilerplates for:
- ERC20 Token
- ERC721 Non-Fungible Token
- Stablecoin
- CryptoKitties
- Chainlink
- VS Code
^1.42.0
- Install dependencies:
npm install- Run grammar unit tests:
npm testN/A
Syntax highlighting
Language configuration
Snippet injection
Snippets/boilerplates
Grammar modernization, snippet updates, and automated grammar tests