mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
mention features in readme
This commit is contained in:
17
README.rst
17
README.rst
@@ -37,12 +37,23 @@ it up `on github <http://github.com/davidhalter/jedi-vim>`_.
|
|||||||
You can read the Jedi library documentation `here <http://jedi.jedidjah.ch>`_.
|
You can read the Jedi library documentation `here <http://jedi.jedidjah.ch>`_.
|
||||||
|
|
||||||
|
|
||||||
Support
|
Features
|
||||||
=======
|
========
|
||||||
|
|
||||||
The Jedi library supports most of Python's core features. From decorators to
|
The Jedi library understands most of Python's core features. From decorators to
|
||||||
generators, there is broad support.
|
generators, there is broad support.
|
||||||
|
|
||||||
|
Apart from that, jedi-vim supports the following commands
|
||||||
|
|
||||||
|
- Completion ``<C-Space>``
|
||||||
|
- Goto assignments ``<leader>g`` (typical goto function)
|
||||||
|
- Goto definitions ``<leader>d`` (follow identifier as far as possible, includes
|
||||||
|
imports and statements)
|
||||||
|
- Show Documentation/Pydoc ``K`` (shows a popup with assignments)
|
||||||
|
- Renaming ``<leader>r``
|
||||||
|
- Usages ``<leader>n`` (shows all the usages of a name)
|
||||||
|
- Open module, e.g. ``:Pyimport os`` (opens the ``os`` module)
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|||||||
Reference in New Issue
Block a user