mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Make sure to move up VSCode, because it's used a lot
This commit is contained in:
@@ -43,6 +43,7 @@ the CPython REPL you have to install it.
|
|||||||
Jedi can currently be used with the following editors/projects:
|
Jedi can currently be used with the following editors/projects:
|
||||||
|
|
||||||
- Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_, completor.vim_)
|
- Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_, completor.vim_)
|
||||||
|
- `Visual Studio Code`_ (via `Python Extension <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_)
|
||||||
- Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_)
|
- Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_)
|
||||||
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
|
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
|
||||||
- TextMate_ (Not sure if it's actually working)
|
- TextMate_ (Not sure if it's actually working)
|
||||||
@@ -50,7 +51,6 @@ Jedi can currently be used with the following editors/projects:
|
|||||||
<https://projects.kde.org/projects/kde/applications/kate/repository/show?rev=KDE%2F4.13>`_]
|
<https://projects.kde.org/projects/kde/applications/kate/repository/show?rev=KDE%2F4.13>`_]
|
||||||
- Atom_ (autocomplete-python-jedi_)
|
- Atom_ (autocomplete-python-jedi_)
|
||||||
- `GNOME Builder`_ (with support for GObject Introspection)
|
- `GNOME Builder`_ (with support for GObject Introspection)
|
||||||
- `Visual Studio Code`_ (via `Python Extension <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_)
|
|
||||||
- Gedit (gedi_)
|
- Gedit (gedi_)
|
||||||
- wdb_ - Web Debugger
|
- wdb_ - Web Debugger
|
||||||
- `Eric IDE`_ (Available as a plugin)
|
- `Eric IDE`_ (Available as a plugin)
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ Vim:
|
|||||||
- YouCompleteMe_
|
- YouCompleteMe_
|
||||||
- deoplete-jedi_
|
- deoplete-jedi_
|
||||||
|
|
||||||
|
Visual Studio Code:
|
||||||
|
|
||||||
|
- `Python Extension`_
|
||||||
|
|
||||||
Emacs:
|
Emacs:
|
||||||
|
|
||||||
- Jedi.el_
|
- Jedi.el_
|
||||||
@@ -48,10 +52,6 @@ Kate:
|
|||||||
<https://projects.kde.org/projects/kde/applications/kate/repository/entry/addons/kate/pate/src/plugins/python_autocomplete_jedi.py?rev=KDE%2F4.13>`__,
|
<https://projects.kde.org/projects/kde/applications/kate/repository/entry/addons/kate/pate/src/plugins/python_autocomplete_jedi.py?rev=KDE%2F4.13>`__,
|
||||||
you have to enable it, though.
|
you have to enable it, though.
|
||||||
|
|
||||||
Visual Studio Code:
|
|
||||||
|
|
||||||
- `Python Extension`_
|
|
||||||
|
|
||||||
Atom:
|
Atom:
|
||||||
|
|
||||||
- autocomplete-python-jedi_
|
- autocomplete-python-jedi_
|
||||||
@@ -114,4 +114,4 @@ Using a custom ``$HOME/.pythonrc.py``
|
|||||||
.. _GNOME Builder: https://wiki.gnome.org/Apps/Builder/
|
.. _GNOME Builder: https://wiki.gnome.org/Apps/Builder/
|
||||||
.. _gedi: https://github.com/isamert/gedi
|
.. _gedi: https://github.com/isamert/gedi
|
||||||
.. _Eric IDE: https://eric-ide.python-projects.org
|
.. _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
|
||||||
|
|||||||
Reference in New Issue
Block a user