From ae5ccef09661e0ecdd2b657e15bd21a61c5a7a0d Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Sun, 22 Nov 2015 22:55:43 +0530 Subject: [PATCH] added vscode --- en/01.4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/01.4.md b/en/01.4.md index 405318f7..57fd9123 100644 --- a/en/01.4.md +++ b/en/01.4.md @@ -392,6 +392,13 @@ People who have worked with Java should be familiar with this IDE. It supports G ( ***See a [blog post](http://wuwen.org/tips-about-using-intellij-idea-and-go/) for setup and use IntelliJ IDEA with Go step by step *** ) + +## Visual Studio VSCode + +This is an awesome text editor released as open source cross platform my Microsoft which takes the development experience to a while new level, https://code.visualstudio.com/. It has everything a modern text editor is expected to have and despite being based on the same backend that atom.io is based, it is very fast. + +It works with Windows, Mac, Linux. It has go package built, it provides code linting. + ## Links - [Directory](preface.md)