forked from VimPlug/jedi
Citing autocomplete-python-jedi alongside to autocomplete-python
This commit is contained in:
committed by
Dave Halter
parent
4841b8d491
commit
7c4a96fbfa
@@ -38,7 +38,7 @@ Jedi can currently be used with the following editors/projects:
|
|||||||
- TextMate_ (Not sure if it's actually working)
|
- TextMate_ (Not sure if it's actually working)
|
||||||
- Kate_ version 4.13+ supports it natively, you have to enable it, though. [`proof
|
- Kate_ version 4.13+ supports it natively, you have to enable it, though. [`proof
|
||||||
<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_)
|
- Atom_ (autocomplete-python-jedi_, 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>`_)
|
- `Visual Studio Code`_ (via `Python Extension <https://marketplace.visualstudio.com/items?itemName=donjayamanne.python>`_)
|
||||||
@@ -207,6 +207,7 @@ Acknowledgements
|
|||||||
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
|
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
|
||||||
.. _Kate: http://kate-editor.org
|
.. _Kate: http://kate-editor.org
|
||||||
.. _Atom: https://atom.io/
|
.. _Atom: https://atom.io/
|
||||||
|
.. _autocomplete-python-jedi: https://atom.io/packages/autocomplete-python-jedi
|
||||||
.. _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
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Visual Studio Code:
|
|||||||
- `Python Extension`_
|
- `Python Extension`_
|
||||||
|
|
||||||
Atom:
|
Atom:
|
||||||
|
- autocomplete-python-jedi_
|
||||||
- autocomplete-python_
|
- autocomplete-python_
|
||||||
|
|
||||||
SourceLair:
|
SourceLair:
|
||||||
@@ -114,6 +114,7 @@ Using a custom ``$HOME/.pythonrc.py``
|
|||||||
.. _wdb: https://github.com/Kozea/wdb
|
.. _wdb: https://github.com/Kozea/wdb
|
||||||
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
|
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
|
||||||
.. _kate: http://kate-editor.org/
|
.. _kate: http://kate-editor.org/
|
||||||
|
.. _autocomplete-python-jedi: https://atom.io/packages/autocomplete-python-jedi
|
||||||
.. _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/
|
||||||
|
|||||||
Reference in New Issue
Block a user