mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 15:51:51 +08:00
again readme
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
Jedi - a clever Python auto-completion
|
Jedi - a clever Python auto-completion
|
||||||
============================
|
============================
|
||||||
|
|
||||||
** This is just a work-in-progress README. The auto-completion is not yet finished (and the README neither :-)) **
|
** This is just a work-in-progress README. The auto-completion is not yet
|
||||||
|
finished (and the README neither :-)) **
|
||||||
|
|
||||||
Jedi is an autocompletion tool for Python. It should always work as good as
|
Jedi is an autocompletion tool for Python. It should always work as good as
|
||||||
possible. It should provide completion wherever it is possible.
|
possible. It should provide completion wherever it is possible.
|
||||||
@@ -22,7 +23,8 @@ Jedi supports many of the widely used Python features:
|
|||||||
|
|
||||||
- builtin functions/classes support
|
- builtin functions/classes support
|
||||||
- complex module / function / class structures
|
- complex module / function / class structures
|
||||||
- multiple
|
- ignores syntax and indentation errors
|
||||||
|
- multiple returns / yields
|
||||||
- tuple assignments / array indexing / dictionary indexing
|
- tuple assignments / array indexing / dictionary indexing
|
||||||
- exceptions / with-statement /
|
- exceptions / with-statement /
|
||||||
- \*args / \*\*args
|
- \*args / \*\*args
|
||||||
|
|||||||
Reference in New Issue
Block a user