-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Add Boolean operators to "Find" #66206
Comments
Hi Rachel :-) Thank you for providing the screenshot. 👍 The tooltip and icon as they are currently presented aren't very helpful for me. To me it read as wildcard - which is the opposite of what I'm trying to do. This might be a dumb question - but it seems that while pattern matching is helpful, it still gives me more results. I want to narrow down my results. Is there a 'not' operator? Also - I think this is still a UX issue. If I couldn't find it, there might be other people who are having trouble. VS Code is being marketed as an entry-point to coding so it should be beginner friendly. I still think there should be an installation experience where you select 'beginner or experience' where you get more tooltips and better help if you are new, and if you're experienced, a list of shortcut keys... ect. For this feature, I think that a good option is a pop-up on hover over the Find Field that gives me a list of operators that I CAN use. The feature as designed is not helpful. Is there a UX backlog that I can send bugs to? There used to be a way to do this when I worked in DevDiv UX. cheers! :-) Vanessa |
Yes, there is a way of writing 'not'. One way is with a negative lookahead, which looks like Regular expressions can be very difficult to read and compose, I frequently use https://regex101.com/ to test patterns I've written or break down something I come across in code. So I agree that this is not very friendly to beginners. @misolori has been working on the design of our Welcome page to highlight different actions based on whether someone is a new or returning user, similar to what you've described. My feeling about adding this in a lot of other places in the product is one of wariness, perhaps because I'm imagining a Clippy kind of scenario where too much noise is generated in trying to help users. But I think it's still useful to ask
@misolori Do we have a formalized UX backlog? |
@RMacfarlane I've added this to the ux backlog under "New users" |
VS Code > Main Editor Window > Find (Ctrl + F)
Add new Boolean operators to search functionality. It would be nice if it used both Windows Query Language (AND, OR... ect) and logical operators (&, ||… ect).
The text was updated successfully, but these errors were encountered: