From 8b066b28fa8d35dc7b736e51552f3ea36f34cdcb Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Aug 2018 14:29:31 +0200 Subject: Update links and deprecated unmaintained tools. --- docs/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 53d44f08..c197f7ab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -66,8 +66,6 @@ Available Solidity Integrations * `IntelliJ IDEA plugin `_ Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) -* `Visual Studio Extension `_ - Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. * `Package for SublimeText — Solidity language syntax `_ Solidity syntax highlighting for SublimeText editor. @@ -107,10 +105,13 @@ Discontinued: * `Ethereum Studio `_ Specialized web IDE that also provides shell access to a complete Ethereum environment. +* `Visual Studio Extension `_ + Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. + Solidity Tools -------------- -* `Dapp `_ +* `Dapp `_ Build tool, package manager, and deployment assistant for Solidity. * `Solidity REPL `_ -- cgit From 1dc43016822707808d003bfdb414a33eaeef208c Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Aug 2018 14:31:30 +0200 Subject: Re-group links. --- docs/index.rst | 61 +++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 24 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index c197f7ab..d59d476e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -60,42 +60,55 @@ Useful links Available Solidity Integrations ------------------------------- -* `Remix `_ - Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. +* Generic: -* `IntelliJ IDEA plugin `_ - Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) + * `Remix `_ + Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. + * `Solium `_ + Linter to identify and fix style and security issues in Solidity. -* `Package for SublimeText — Solidity language syntax `_ - Solidity syntax highlighting for SublimeText editor. + * `Solhint `_ + Solidity linter that provides security, style guide and best practice rules for smart contract validation. -* `Etheratom `_ - Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). +* Atom: -* `Atom Solidity Linter `_ - Plugin for the Atom editor that provides Solidity linting. + * `Etheratom `_ + Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). -* `Atom Solium Linter `_ - Configurable Solidty linter for Atom using Solium as a base. + * `Atom Solidity Linter `_ + Plugin for the Atom editor that provides Solidity linting. -* `Solium `_ - Linter to identify and fix style and security issues in Solidity. + * `Atom Solium Linter `_ + Configurable Solidty linter for Atom using Solium as a base. -* `Solhint `_ - Solidity linter that provides security, style guide and best practice rules for smart contract validation. +* Emacs: -* `Visual Studio Code extension `_ - Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. + * `Emacs Solidity `_ + Plugin for the Emacs editor providing syntax highlighting and compilation error reporting. -* `Emacs Solidity `_ - Plugin for the Emacs editor providing syntax highlighting and compilation error reporting. +* IntelliJ: -* `Vim Solidity `_ - Plugin for the Vim editor providing syntax highlighting. + * `IntelliJ IDEA plugin `_ + Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) -* `Vim Syntastic `_ - Plugin for the Vim editor providing compile checking. +* Sublime: + + * `Package for SublimeText — Solidity language syntax `_ + Solidity syntax highlighting for SublimeText editor. + +* Vim: + + * `Vim Solidity `_ + Plugin for the Vim editor providing syntax highlighting. + + * `Vim Syntastic `_ + Plugin for the Vim editor providing compile checking. + +* Visual Studio Code: + + * `Visual Studio Code extension `_ + Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. Discontinued: -- cgit