-
Notifications
You must be signed in to change notification settings - Fork 133
Solidity
Beau Gunderson edited this page Jul 21, 2017
·
14 revisions
An extensible linter for solidity.
The rules are documented in comments at the top of each rule definition file.
Install with npm install -g solium.
| Editor | Syntax highlighting | Linting | Debugging |
|---|---|---|---|
| VSCode | ✅ | ||
| Sublime Text | ✅ | ✅ | |
| vim/neovim | ✅ | ✅ | |
| Atom | ✅ | ✅ |
-
language-ethereum
apm install language-ethereum
-
linter-solium
apm install linter-solium
nuevoalex