mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Merge remote-tracking branch 'origin/master' into away
This commit is contained in:
@@ -32,7 +32,7 @@ It's really easy.
|
|||||||
|
|
||||||
Jedi can currently be used with the following editors:
|
Jedi can currently be used with the following editors:
|
||||||
|
|
||||||
- Vim (jedi-vim_, YouCompleteMe_)
|
- Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_)
|
||||||
- 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])
|
||||||
- SynWrite_
|
- SynWrite_
|
||||||
@@ -191,6 +191,7 @@ Acknowledgements
|
|||||||
|
|
||||||
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
||||||
.. _youcompleteme: http://valloric.github.io/YouCompleteMe/
|
.. _youcompleteme: http://valloric.github.io/YouCompleteMe/
|
||||||
|
.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi
|
||||||
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
||||||
.. _company-mode: https://github.com/syohex/emacs-company-jedi
|
.. _company-mode: https://github.com/syohex/emacs-company-jedi
|
||||||
.. _elpy: https://github.com/jorgenschaefer/elpy
|
.. _elpy: https://github.com/jorgenschaefer/elpy
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ Vim:
|
|||||||
|
|
||||||
- jedi-vim_
|
- jedi-vim_
|
||||||
- YouCompleteMe_
|
- YouCompleteMe_
|
||||||
|
- deoplete-jedi_
|
||||||
|
|
||||||
Emacs:
|
Emacs:
|
||||||
|
|
||||||
@@ -94,6 +95,7 @@ Using a custom ``$HOME/.pythonrc.py``
|
|||||||
|
|
||||||
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
||||||
.. _youcompleteme: http://valloric.github.io/YouCompleteMe/
|
.. _youcompleteme: http://valloric.github.io/YouCompleteMe/
|
||||||
|
.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi
|
||||||
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
||||||
.. _elpy: https://github.com/jorgenschaefer/elpy
|
.. _elpy: https://github.com/jorgenschaefer/elpy
|
||||||
.. _anaconda-mode: https://github.com/proofit404/anaconda-mode
|
.. _anaconda-mode: https://github.com/proofit404/anaconda-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user