diff options
author | chriseth <chris@ethereum.org> | 2017-03-06 18:09:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 18:09:42 +0800 |
commit | 2dac39b96b5a06e4c77e112cde560ff730fb3d50 (patch) | |
tree | 729621a7848fe6935461091856211322c512997e | |
parent | cfbbd89dafca57e450f6b4433eb258e6a7f52310 (diff) | |
parent | 0d8ae4a33ac6adab0ac14904e085a4e10e2353b0 (diff) | |
download | dexon-solidity-2dac39b96b5a06e4c77e112cde560ff730fb3d50.tar.gz dexon-solidity-2dac39b96b5a06e4c77e112cde560ff730fb3d50.tar.zst dexon-solidity-2dac39b96b5a06e4c77e112cde560ff730fb3d50.zip |
Merge pull request #1742 from intellij-solidity/develop
Add IntelliJ plugin to Solidity integrations
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 904c3a54..fc1a4231 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,6 +39,9 @@ Available Solidity Integrations * `Ethereum Studio <https://live.ether.camp/>`_ Specialized web IDE that also provides shell access to a complete Ethereum environment. +* `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_ + Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) + * `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. |