mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #607 from Latrasis/develop
Add Atom Solidity Linter to Docs
This commit is contained in:
commit
eb57a0c397
@ -30,7 +30,7 @@ Available Solidity Integrations
|
||||
-------------------------------
|
||||
|
||||
* `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_
|
||||
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
|
||||
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
|
||||
|
||||
* `Ethereum Studio <https://live.ether.camp/>`_
|
||||
Specialized web IDE that also provides shell access to a complete Ethereum environment.
|
||||
@ -47,6 +47,9 @@ Available Solidity Integrations
|
||||
* `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_
|
||||
Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node).
|
||||
|
||||
* `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_
|
||||
Plugin for the atom editor that provides solidity linting
|
||||
|
||||
* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_
|
||||
Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user