-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
type: enhancementAn enhancement to an already existing featureAn enhancement to an already existing featuretype: user experienceAn enhancement to the UX, e.g. better error handlingAn enhancement to the UX, e.g. better error handling
Description
Hi,
I just installed vscode and the extension.
It is looks great after Emacs ;), but I noticed a spot for improvement.
Let's say a cursor on a name of defined function.
I want to see where the function is used and press F12 or Ctrl+F12.
Results are shown, but not in the best form: all items on the list of files with references are collapsed excepting the file where function is defined, while the files where the function is used are collapsed. I would like to expand all results and maybe collapse file with function definition if there is no references to it within the file (i.e. function signature and export in module don't count).
With current behavior I need to do extra clicks every time I do reference search.
Metadata
Metadata
Assignees
Labels
type: enhancementAn enhancement to an already existing featureAn enhancement to an already existing featuretype: user experienceAn enhancement to the UX, e.g. better error handlingAn enhancement to the UX, e.g. better error handling