diff --git a/README.rst b/README.rst index 0611bdc4..bf8f3c8c 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,7 @@ the CPython REPL you have to install it. Jedi can currently be used with the following editors/projects: - Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_, completor.vim_) +- `Visual Studio Code`_ (via `Python Extension `_) - Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_) - Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3]) - TextMate_ (Not sure if it's actually working) @@ -50,7 +51,6 @@ Jedi can currently be used with the following editors/projects: `_] - Atom_ (autocomplete-python-jedi_) - `GNOME Builder`_ (with support for GObject Introspection) -- `Visual Studio Code`_ (via `Python Extension `_) - Gedit (gedi_) - wdb_ - Web Debugger - `Eric IDE`_ (Available as a plugin) diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index bc30af35..3ebbb752 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -23,6 +23,10 @@ Vim: - YouCompleteMe_ - deoplete-jedi_ +Visual Studio Code: + +- `Python Extension`_ + Emacs: - Jedi.el_ @@ -48,10 +52,6 @@ Kate: `__, you have to enable it, though. -Visual Studio Code: - -- `Python Extension`_ - Atom: - autocomplete-python-jedi_ @@ -114,4 +114,4 @@ Using a custom ``$HOME/.pythonrc.py`` .. _GNOME Builder: https://wiki.gnome.org/Apps/Builder/ .. _gedi: https://github.com/isamert/gedi .. _Eric IDE: https://eric-ide.python-projects.org -.. _Python Extension: https://marketplace.visualstudio.com/items?itemName=donjayamanne.python +.. _Python Extension: https://marketplace.visualstudio.com/items?itemName=ms-python.python