From 085a3ac286b6fcd3090b1f391d1583046cc18ce4 Mon Sep 17 00:00:00 2001 From: Virgil Griffith Date: Sun, 12 May 2019 21:09:42 -0400 Subject: [PATCH 1/2] Added Visual Studio Code Title says it all. --- docs/developers/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/developers/index.md b/docs/developers/index.md index 7a6a7633024..49fa619fd9f 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -75,6 +75,12 @@ Ethereum has a large and growing number of tools to help developers build, test, ## Integrated Development Environments (IDEs) + +### Visual Studio Code *Professioal cross-platform IDE with official Ethereum support.* +- [Visual Studio Code](https://code.visualstudio.com/) +- [Azure Blockchain Workbench plugin](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-azure-blockchain.azure-blockchain-workbench?tab=Overview) +- [Code samples](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md) + ### Remix *Web-based IDE with built in static analysis, and a test blockchain virtual machine.* - [remix.ethereum.org](https://remix.ethereum.org/) From 100a789712c3d4f6f82e6ca34cc132260dafd592 Mon Sep 17 00:00:00 2001 From: Maurelian Date: Mon, 13 May 2019 11:28:08 -0400 Subject: [PATCH 2/2] typo fix --- docs/developers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/index.md b/docs/developers/index.md index 49fa619fd9f..d6b5d251c3a 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -76,7 +76,7 @@ Ethereum has a large and growing number of tools to help developers build, test, ## Integrated Development Environments (IDEs) -### Visual Studio Code *Professioal cross-platform IDE with official Ethereum support.* +### Visual Studio Code *Professional cross-platform IDE with official Ethereum support.* - [Visual Studio Code](https://code.visualstudio.com/) - [Azure Blockchain Workbench plugin](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-azure-blockchain.azure-blockchain-workbench?tab=Overview) - [Code samples](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md)