-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Feature Request: Search Facility (include/exclude fields to handle regex usage and history for fields) #46294
Comments
|
@roblourens given the command sequence was not obvious, would it still be possible to place little chevrons to indicate to the user they can cycle through them. Still, I much rather see a drop down list than having to cycle through each one individually and have the ability to specify how many entries I want to have. Thanks a lot for bringing to my attention the glob patterns and the key-board commands!! |
I am tracking the request for something like a dropdown here - #23099 |
@roblourens Thanks. I had did a search looking for the keyword "search", but didn't see anything. Seems the term used for this item is "find". I guess I should had used that keyword also. Glad to see there is an action item already for it and hopefully it gets implemented (though this request is now a year old). |
This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
I am very sad not to see this feature be considered as it would aid to searching the code base much easier. |
Hello,
I have a couple feature request for the search facility within VSC.
Be able to using regex for specifying files. For example, one of the common search filters I have is ".c,.h,.py", but I would like to use the form of ".(c|h|py)".
Each of the fields needs to have a history of previous entries and can be configurable to list how many entries I would like to store.
Having the ability to specify and store common filters that I use and toggle between. As of now, I need to keep my filter expressions in a text file since there is no history and no way to store frequently used filters.
Regards,
Mark
The text was updated successfully, but these errors were encountered: