From a603b95c8746f0a6333ec7fa31e4536a47a0868c Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 6 Jul 2016 17:17:28 +1000 Subject: [PATCH 1/2] updated to include a reference to VS Code --- docs/dev/env.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 41ec2d70e..3e0325336 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -150,6 +150,14 @@ features can be brought to IntelliJ with the free versions of PyCharm: Professional Edition (Free 30-day trial) and Community Edition(Apache 2.0 License) with fewer features. +Python (on Visual Studio Code) +----------------------------- + +`Python for Visual Studio `_ is an extension for the `Visual Studio Code IDE `_. +This is a free, light weight and open source IDE, with support for Mac, Windows and Linux. +Built using open source technologies such as NodeJs and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like. +MIT licensed. + Enthought Canopy ---------------- `Enthought Canopy `_ is a Python From 46ca5e9323b250d9d3addff93b066c49bc1edbe5 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Thu, 7 Jul 2016 00:23:31 +1000 Subject: [PATCH 2/2] fixed review issues --- docs/dev/env.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 3e0325336..d5870274a 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -154,8 +154,9 @@ Python (on Visual Studio Code) ----------------------------- `Python for Visual Studio `_ is an extension for the `Visual Studio Code IDE `_. -This is a free, light weight and open source IDE, with support for Mac, Windows and Linux. -Built using open source technologies such as NodeJs and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like. +This is a free, light weight, open source IDE, with support for Mac, Windows, and Linux. +Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like. + MIT licensed. Enthought Canopy