-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Button to disable excludes in quickopen #59982
Comments
We have considered a toggle button for whether to apply the exclude settings |
Please make it work like Jetbrain's dialog though in that if you press the same combination again, it triggers the checkbox. |
@roblourens , can I work on this? :) |
I think this needs some ux work and discussion on our side, I'm not really convinced it's needed. |
But thanks for your enthusiasm :) |
Can you explain why you aren’t convinced it’s needed? How do you deal with this situation, which I would imagine impacts almost every user. |
I'm sure this is useful for some users but our quick open UI is very simple and lightweight and I'd like to keep it that way if at all possible |
Firstly sorry for asking this here! |
I run into this limitation a lot. My build produces a lot of stuff, and I often want to browse the build artifacts:
|
Duplicate of #15604 |
In PhpStorm, WebStorm, etc. the ability to search for a file, object, etc. does not limit you to only non-excluded files.
As you can see, there is the "Include non-project items" checkbox. This is never checked by default. It would be great if VS Code implemented this feature. By default, we don't want to show classes from composer libraries for example, but we do need to be able to search them on occasion.
This should be added for symbol and file search.
The text was updated successfully, but these errors were encountered: