Quick way to select partial word matches. #7360
-
Is there a way to toggle between full word and partial matches quickly without resorting to regex. A common scenario is a set of variables that all contain a prefix
Also the This can be achieved with regex like \bexample_\b but is grossly inconvenient. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
make_search_word_bounded
command should work for this. It isn't bound by default but you can call it from the command palette (<space>?
) or bind it to a key in your config.