aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-10 17:12:30 +0800
committerGitHub <noreply@github.com>2018-09-10 17:12:30 +0800
commit86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c (patch)
treeddcb94f5c931044f6b0f9a7f86ec6ce2b4637110
parente1fdf063d28f38865c7e840a7f3658d0af2df54f (diff)
parentb172f89b8666d0c5a71babc8d6f2e007fa1d0126 (diff)
downloaddexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar
dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar.gz
dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar.bz2
dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar.lz
dexon-solidity-86d8502598c6f6dc3a5c7a5fa21e56dbbfc09d8c.tar.xz
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.rst5
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/>`_