Trying to figure out how to only search text within selected lines in visual studio code (version 1.17.2). I see lots of other options but not this which surely must be there.
Suggestions appreciated.
Trying to figure out how to only search text within selected lines in visual studio code (version 1.17.2). I see lots of other options but not this which surely must be there.
Suggestions appreciated.
settings.json Ctrl+,
"editor.find.autoFindInSelection": "multiline" | "always" "multiline" by itself works.