Matching, case sensitivity and whole word #34679
VRichardJP
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of version 0.195.3, it seems not possible to configure case sensitivity and whole word matching on
SelectNext
andSelectAllMatches
commands. For example, consider the following text:If you select the "test" on second line in the text below and hit
ctrl-d
repeatedly, you end up selecting the following:Sometimes however, you want the selection to be case insensitive, or you want to match whole words only.
For example in VSCode, a small tool bar appears when the
ctrl-d
shortcut is used, allowing the user to configure matching behavior:I think this would be a very nice feature to have in Zed.
Beta Was this translation helpful? Give feedback.
All reactions