1
0
forked from VimPlug/jedi

basic description

This commit is contained in:
David Halter
2013-02-02 18:14:58 +01:00
parent be2d935703
commit 73ffec9a1b
+5 -6
View File
@@ -6,13 +6,12 @@ Jedi - an awesome Python auto-completion
:target: http://travis-ci.org/davidhalter/jedi :target: http://travis-ci.org/davidhalter/jedi
:alt: Travis-CI build status :alt: Travis-CI build status
Jedi is an autocompletion tool for Python. It works. With and without syntax Jedi is an autocompletion tool for Python that can be used in IDEs/editors.
errors. Sometimes it sucks, but that's normal in dynamic languages. But it Jedi works. Jedi is fast. It understands all of the basic Python syntax
sucks less than other tools. It understands almost all of the basic Python elements including many builtin functions.
syntax elements including many builtins.
Jedi suports two different goto functions and has support for renaming. Additionaly, Jedi suports two different goto functions and has support for
Probably it will also have some support for refactoring in the future. 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 interface to connect with IDE's. As an reference, there
is a VIM implementation, which uses Jedi's autocompletion. However, I encourage is a VIM implementation, which uses Jedi's autocompletion. However, I encourage