mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
better API description README text
This commit is contained in:
14
README.rst
14
README.rst
@@ -13,15 +13,15 @@ elements including many builtin functions.
|
|||||||
Additionaly, Jedi suports two different goto functions and has support for
|
Additionaly, Jedi suports two different goto functions and has support for
|
||||||
renaming as well as Pydoc support and some other IDE features.
|
renaming as well as Pydoc support and some other IDE features.
|
||||||
|
|
||||||
Jedi uses a very simple interface to connect with IDE's. As an reference, there
|
Jedi uses a very simple API to connect with IDE's. There's a reference
|
||||||
is a VIM implementation, which uses Jedi's autocompletion. However, I encourage
|
implementation as a `VIM-Plugin Implementation
|
||||||
you to use Jedi in your IDEs. Start writing plugins! If there are problems with
|
<http://github.com/davidhalter/jedi-vim>`_, which uses Jedi's autocompletion.
|
||||||
licensing, just contact me.
|
I encourage you to use Jedi in your IDEs. I'ts really easy. If there are any
|
||||||
|
problems (also with licensing), just contact me.
|
||||||
|
|
||||||
At the moment Jedi can be used as a
|
Jedi can be used with the following plugins/software:
|
||||||
`VIM-Plugin <http://github.com/davidhalter/jedi-vim>`_. So, if you want to test
|
|
||||||
Jedi for now, you'll have to use VIM. But there are new plugins emerging:
|
|
||||||
|
|
||||||
|
- `VIM-Plugin <http://github.com/davidhalter/jedi-vim>`_
|
||||||
- `Emacs-Plugin <https://github.com/tkf/emacs-jedi>`_
|
- `Emacs-Plugin <https://github.com/tkf/emacs-jedi>`_
|
||||||
- `Sublime-Plugin <https://github.com/svaiter/SublimeJEDI>`_ **Under construction**
|
- `Sublime-Plugin <https://github.com/svaiter/SublimeJEDI>`_ **Under construction**
|
||||||
- `wdb (web debugger) <https://github.com/Kozea/wdb>`_
|
- `wdb (web debugger) <https://github.com/Kozea/wdb>`_
|
||||||
|
|||||||
Reference in New Issue
Block a user