microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.34k stars 28.91k forks source link

Search: Support tree type navigation and find widget #197634

Open joaomoreno opened 11 months ago

joaomoreno commented 11 months ago

We're currently disabling type navigation and the tree find widget in the Search tree. These would be very useful things to have when there are many search results.

andreamah commented 10 months ago

I think that we disable this because there was some unexpected behavior for finding results. Namely, it would match the parents (like the files), but not the children. Ideally, there would be a way to use the tree find widget such that all children of a node would not get filtered out if their parent is still preset. I can't quite find the discussion for this, but it's in another issue.

vscodenpa commented 10 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

andreamah commented 10 months ago

Found the issue: https://github.com/microsoft/vscode/issues/67397

andreamah commented 8 months ago

I realized that the linked issue has to do with filtering, which perhaps is a subset of the proposed find widget. I'll leave this open to track adding the full find widget.

image