From a18574246e8dbd55a73d370720f4542d10be6091 Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Thu, 3 Mar 2016 23:02:54 +0100 Subject: [PATCH] Add vscode to editors using jedi The python extension for Visual Studio Code uses Jedi. As seen here: https://github.com/DonJayamanne/pythonVSCode/tree/master/pythonFiles/jedi --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 389dee84..ec6d75a4 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,7 @@ Jedi can currently be used with the following editors: - Atom_ (autocomplete-python_) - SourceLair_ - `GNOME Builder`_ (with support for GObject Introspection) +- `Visual Studio Code`_ (via `Python Extension `_) And it powers the following projects: @@ -193,3 +194,4 @@ For more detailed information visit the `testing documentation .. _autocomplete-python: https://atom.io/packages/autocomplete-python .. _SourceLair: https://www.sourcelair.com .. _GNOME Builder: https://wiki.gnome.org/Apps/Builder +.. _Visual Studio Code: https://code.visualstudio.com/