mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
						commit
						315eec83bd
					
				| @ -60,44 +60,55 @@ Useful links | |||||||
| Available Solidity Integrations | Available Solidity Integrations | ||||||
| ------------------------------- | ------------------------------- | ||||||
| 
 | 
 | ||||||
| * `Remix <https://remix.ethereum.org/>`_ | * Generic: | ||||||
|     Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. |  | ||||||
| 
 | 
 | ||||||
| * `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_ |     * `Remix <https://remix.ethereum.org/>`_ | ||||||
|     Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) |         Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. | ||||||
| 
 | 
 | ||||||
| * `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ |     * `Solium <https://github.com/duaraghav8/Solium/>`_ | ||||||
|     Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. |         Linter to identify and fix style and security issues in Solidity. | ||||||
| 
 | 
 | ||||||
| * `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_ |     * `Solhint <https://github.com/protofire/solhint>`_ | ||||||
|     Solidity syntax highlighting for SublimeText editor. |         Solidity linter that provides security, style guide and best practice rules for smart contract validation. | ||||||
| 
 | 
 | ||||||
| * `Etheratom <https://github.com/0mkara/etheratom>`_ | * Atom: | ||||||
|     Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). |  | ||||||
| 
 | 
 | ||||||
| * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ |     * `Etheratom <https://github.com/0mkara/etheratom>`_ | ||||||
|     Plugin for the Atom editor that provides Solidity linting. |         Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). | ||||||
| 
 | 
 | ||||||
| * `Atom Solium Linter <https://atom.io/packages/linter-solium>`_ |     * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ | ||||||
|     Configurable Solidty linter for Atom using Solium as a base. |         Plugin for the Atom editor that provides Solidity linting. | ||||||
| 
 | 
 | ||||||
| * `Solium <https://github.com/duaraghav8/Solium/>`_ |     * `Atom Solium Linter <https://atom.io/packages/linter-solium>`_ | ||||||
|     Linter to identify and fix style and security issues in Solidity. |         Configurable Solidty linter for Atom using Solium as a base. | ||||||
| 
 | 
 | ||||||
| * `Solhint <https://github.com/protofire/solhint>`_ | * Emacs: | ||||||
|     Solidity linter that provides security, style guide and best practice rules for smart contract validation. |  | ||||||
| 
 | 
 | ||||||
| * `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_ |     * `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_ | ||||||
|     Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. |         Plugin for the Emacs editor providing syntax highlighting and compilation error reporting. | ||||||
| 
 | 
 | ||||||
| * `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_ | * IntelliJ: | ||||||
|     Plugin for the Emacs editor providing syntax highlighting and compilation error reporting. |  | ||||||
| 
 | 
 | ||||||
| * `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_ |     * `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_ | ||||||
|     Plugin for the Vim editor providing syntax highlighting. |         Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) | ||||||
| 
 | 
 | ||||||
| * `Vim Syntastic <https://github.com/scrooloose/syntastic>`_ | * Sublime: | ||||||
|     Plugin for the Vim editor providing compile checking. | 
 | ||||||
|  |     * `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_ | ||||||
|  |         Solidity syntax highlighting for SublimeText editor. | ||||||
|  | 
 | ||||||
|  | * Vim: | ||||||
|  | 
 | ||||||
|  |     * `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_ | ||||||
|  |         Plugin for the Vim editor providing syntax highlighting. | ||||||
|  | 
 | ||||||
|  |     * `Vim Syntastic <https://github.com/scrooloose/syntastic>`_ | ||||||
|  |         Plugin for the Vim editor providing compile checking. | ||||||
|  | 
 | ||||||
|  | * Visual Studio Code: | ||||||
|  | 
 | ||||||
|  |     * `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. | ||||||
| 
 | 
 | ||||||
| Discontinued: | Discontinued: | ||||||
| 
 | 
 | ||||||
| @ -107,10 +118,13 @@ Discontinued: | |||||||
| * `Ethereum Studio <https://live.ether.camp/>`_ | * `Ethereum Studio <https://live.ether.camp/>`_ | ||||||
|     Specialized web IDE that also provides shell access to a complete Ethereum environment. |     Specialized web IDE that also provides shell access to a complete Ethereum environment. | ||||||
| 
 | 
 | ||||||
|  | * `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ | ||||||
|  |     Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. | ||||||
|  | 
 | ||||||
| Solidity Tools | Solidity Tools | ||||||
| -------------- | -------------- | ||||||
| 
 | 
 | ||||||
| * `Dapp <https://dapp.readthedocs.io>`_ | * `Dapp <https://dapp.tools/dapp/>`_ | ||||||
|     Build tool, package manager, and deployment assistant for Solidity. |     Build tool, package manager, and deployment assistant for Solidity. | ||||||
| 
 | 
 | ||||||
| * `Solidity REPL <https://github.com/raineorshine/solidity-repl>`_ | * `Solidity REPL <https://github.com/raineorshine/solidity-repl>`_ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user