Does this issue occur when all extensions are disabled?: Yes/No
Yes.
- VS Code Version: 1.128.0
- OS Version: Linux Mint 22.3 (Ubuntu noble, kernel 6.8)
Steps to Reproduce:
- Trigger the reference view on a symbol by these commands:
editor.action.referenceSearch.trigger
editor.action.goToImplementation
- Press F3 (
list.find)
- Try to match by the files' directory path.
In the views above, I can only match by two criteria:
- The filename which are all the same,
servers.go in this case
- Whatever text becomes visible under the expanded list entry
- unhelpful, since just like the filename, they're usually the same function signature or the type header
So the most differentiating factor in reference view is usually the directory path which is the package/module name; not the filename and not the visible text under the expanded entry.
Does this issue occur when all extensions are disabled?: Yes/No
Yes.
Steps to Reproduce:
editor.action.referenceSearch.triggereditor.action.goToImplementationlist.find)In the views above, I can only match by two criteria:
servers.goin this caseSo the most differentiating factor in reference view is usually the directory path which is the package/module name; not the filename and not the visible text under the expanded entry.