vim/notreallybundles/ropevim/docs/ropevim.txt @ e261bb2a24e2
A bunch of stuff.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 08 Jun 2010 00:47:33 -0400 |
parents |
467a001aa0ee |
children |
(none) |
======================
ropevim, rope in vim
======================
Ropevim is a plugin for performing python refactorings in vim. It
uses rope_ library.
You should install `rope`_ library before using ropevim. You can
download ropevim from `project download page`_.
.. _rope: http://rope.sf.net/
Features
========
* Supports many of the refactorings that are supported by rope_
library:
* Rename
* Extract method/local variable
* Move class/function/module/package/method
* Inline method/local variable/parameter
* Restructuring
* Change signature
* ...
* Other refactoring-related features
* Previewing refactorings
* Undo/redo refactorings
* Showing refactoring progress
* Code-assists
* Code-completion
* Goto definition
* Show pydoc
* Find occurrences
* Organize imports (remove unused and duplicate imports and sort them)
* Generating python elements
Source Repository
=================
The repository version needs ropemode (which was once part of
ropemacs); in order to use the repository version of ropevim you need
to put ropemode in your ``PYTHONPATH``. Note that ropemode is
included in released packages.
Ropevim:
* repo url: http://bitbucket.org/agr/ropevim
* snapshot: http://bitbucket.org/agr/ropevim/get/tip.gz
Ropemode:
* repo url: http://bitbucket.org/agr/ropemode
* snapshot: http://bitbucket.org/agr/ropemode/get/tip.gz
Feedback
========
Send your bug reports, feature requests and patches to `rope-dev (at)
googlegroups.com`_.
License
=======
Ropevim is under the terms of GNU GPL (GNU General Public License).
.. _project download page: http://sf.net/projects/rope/files
.. _`rope-dev (at) googlegroups.com`: http://groups.google.com/group/rope-dev
.. _Mercurial: http://selenic.com/mercurial