aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-20 22:50:11 +0800
committerchriseth <c@ethdev.com>2016-05-20 22:50:11 +0800
commite3c54185434e16591e15e94b9f0cbef49c83137c (patch)
tree3566bce4d4e18f7a52701800072c38ec3bc55441
parent2f37356c589a912a2f1bc414faf8c5274b734673 (diff)
parent65c8ddaa143322da7f15d44445307f2472233e3c (diff)
downloaddexon-solidity-e3c54185434e16591e15e94b9f0cbef49c83137c.tar.gz
dexon-solidity-e3c54185434e16591e15e94b9f0cbef49c83137c.tar.zst
dexon-solidity-e3c54185434e16591e15e94b9f0cbef49c83137c.zip
Merge pull request #578 from winsvega/develop
More Solidity IDE links
-rw-r--r--docs/index.rst26
1 files changed, 24 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index fab886c7..0ef7ca0b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,8 +16,6 @@ Useful links
* `Ethereum <https://ethereum.org>`_
-* `Browser-Based Compiler <https://chriseth.github.io/browser-solidity/>`_
-
* `Changelog <https://github.com/ethereum/wiki/wiki/Solidity-Changelog>`_
* `Story Backlog <https://www.pivotaltracker.com/n/projects/1189488>`_
@@ -28,6 +26,30 @@ Useful links
* `Gitter Chat <https://gitter.im/ethereum/solidity/>`_
+Available Solidity Integrations
+-------------------------------
+* `Browser-Based Compiler <https://chriseth.github.io/browser-solidity/>`_
+ 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.
+
+* `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_
+ Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler.
+
+* `Mix IDE <https://github.com/ethereum/mix/>`_
+ Qt based IDE for designing, debugging and testing solidity smart contracts.
+
+* `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_
+ Solidity syntax highlight for SublimeText editor.
+
+* `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).
+
+* `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.
+
+
Language Documentation
----------------------