From 73ffec9a1ba2ef354bacc9794cf112a123a14152 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 2 Feb 2013 18:14:58 +0100 Subject: [PATCH] basic description --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9ebc551c..d39267a2 100644 --- a/README.rst +++ b/README.rst @@ -6,13 +6,12 @@ Jedi - an awesome Python auto-completion :target: http://travis-ci.org/davidhalter/jedi :alt: Travis-CI build status -Jedi is an autocompletion tool for Python. It works. With and without syntax -errors. Sometimes it sucks, but that's normal in dynamic languages. But it -sucks less than other tools. It understands almost all of the basic Python -syntax elements including many builtins. +Jedi is an autocompletion tool for Python that can be used in IDEs/editors. +Jedi works. Jedi is fast. It understands all of the basic Python syntax +elements including many builtin functions. -Jedi suports two different goto functions and has support for renaming. -Probably it will also have some support for refactoring in the future. +Additionaly, Jedi suports two different goto functions and has support for +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 is a VIM implementation, which uses Jedi's autocompletion. However, I encourage