python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
249 stars 34 forks source link

Include line contents in quicklist results #17

Closed mcepl closed 11 years ago

mcepl commented 11 years ago

This makes it easier to skim the quicklist results, for example to ignore references which are just import statements.

theospears commented 11 years ago

This relies on https://github.com/python-rope/ropemode/pull/7