mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-24 17:28:36 +08:00
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
This commit is contained in:
@@ -42,6 +42,7 @@ Jedi can currently be used with the following editors:
|
|||||||
- Atom_ (autocomplete-python_)
|
- Atom_ (autocomplete-python_)
|
||||||
- SourceLair_
|
- SourceLair_
|
||||||
- `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=donjayamanne.python>`_)
|
||||||
|
|
||||||
And it powers the following projects:
|
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
|
.. _autocomplete-python: https://atom.io/packages/autocomplete-python
|
||||||
.. _SourceLair: https://www.sourcelair.com
|
.. _SourceLair: https://www.sourcelair.com
|
||||||
.. _GNOME Builder: https://wiki.gnome.org/Apps/Builder
|
.. _GNOME Builder: https://wiki.gnome.org/Apps/Builder
|
||||||
|
.. _Visual Studio Code: https://code.visualstudio.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user