Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions for improving the "Find All References" window #31720

Closed
BjarkeCK opened this issue Jul 30, 2017 · 4 comments
Closed

Suggestions for improving the "Find All References" window #31720

BjarkeCK opened this issue Jul 30, 2017 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) ux User experience issues

Comments

@BjarkeCK
Copy link

BjarkeCK commented Jul 30, 2017

In its current state, it is really tedious to browse all references via this window.

rr

I need to expand each file in order to view the source, even if the file only contains one reference. Imagine putting each file on your desktop in its own folder. That's what this feels like^^

Here are some suggestions for customizations I would like:

Make an option to completely disable grouping references a collapsed folder. So instead of having the list look like this:

File1.cs                               (1)
   some reference
File2.cs                               (1)
   another reference
   third reference

I would prefer it if it looked like this:

some reference                  File1.cs (19)
another reference               File2.cs (13)
third reference                 File2.cs (47)

Then I would be able to just browse using only the arrow up and down keys, without thinking about what files to expand first.

I also wish there was a non-inline mode for it.

There are many cases where I'm not interested in seeing or browsing the code of all the references. I just want to know, does x file have references to it or not. And the window shows up, in line. pushing the code down I'm looking at, and showing new code which I'm not interested in seeing is super annoying.

A mode where it would casually show up to the right as a list would be great. And instead of drawing the preview in line, it would open a new tab as soon as I've clicked the arrow down/up key, and use that tab as the preview window as I browse the list. Hitting escape would then close it, and take me back to where I came from. And hitting return open the tab for real.

The list showing up to the right would also improve the overview a great deal as you would be able to view take up all the space vertically and view more of the list at once.

@DouglasLivingstone
Copy link

I also wish there was a non-inline mode for it.

In Visual Studio I'm in the habit of using the find all references window in the same way as the text search results window, treating a find all references search as just a smarter version of the find in all files command. I'd quite like the find all references command to show its results in the same place and in a similar format to the Search panel (via Ctrl+Shift+F).

@nikopavlica
Copy link

When thinking about this feature, don't forget about moving the search results into its own tab: #23931

IMO, both features are must-have and should coexist :)

@pdf
Copy link

pdf commented Jan 20, 2018

Duplicate of #22261

@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 22, 2018
@vscodebot
Copy link

vscodebot bot commented Jan 22, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jan 22, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) ux User experience issues
Projects
None yet
Development

No branches or pull requests

7 participants