mention features in readme

This commit is contained in:
David Halter
2013-08-24 20:03:40 +04:30
parent bdc6a03ac2
commit 683257be6b

View File

@@ -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
============ ============