python-rope / ropevim

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

Include line contents in quicklist results #17

Closed mcepl closed 10 years ago

mcepl commented 10 years ago

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

theospears commented 10 years ago

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