diff options
author | chriseth <chris@ethereum.org> | 2018-09-10 17:12:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 17:12:30 +0800 |
commit | 86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c (patch) | |
tree | ddcb94f5c931044f6b0f9a7f86ec6ce2b4637110 | |
parent | e1fdf063d28f38865c7e840a7f3658d0af2df54f (diff) | |
parent | b172f89b8666d0c5a71babc8d6f2e007fa1d0126 (diff) | |
download | dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar.gz dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar.zst dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.zip |
Merge pull request #4929 from flantony/patch-1
Add YAKINDU Solidity Tools to Integrations list
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index a19a0bd3..20fa1505 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -86,6 +86,11 @@ Available Solidity Integrations * `Atom Solium Linter <https://atom.io/packages/linter-solium>`_ Configurable Solidty linter for Atom using Solium as a base. +* Eclipse: + + * `YAKINDU Solidity Tools <https://yakindu.github.io/solidity-ide/>`_ + Eclipse based IDE. Features context sensitive code completion and help, code navigation, syntax coloring, built in compiler, quick fixes and templates. + * Emacs: * `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_ |