srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

for find usages we have to open the file to see the context #151

Closed bergtholdt closed 7 years ago

bergtholdt commented 9 years ago

Fhen using "find usages" one gets a quickpanel with all usages (files and line- and column-numbers). If one does not exactly know what usage in a file he/she is looking for, one has to use find usages many times to get to the right location.

Proposition: open a view at the location under the selection, so the user can simply scroll through the quickpanel and for each item the corresponding file with the line and column is shown.