Reputation: 526
I'm having some trouble with my VS Code Find behavior. Whenever I hit CTRL + F it gives me the Find window, but the Find in section is active (attached screenshot) as a default, which in NOT what I want. It's really annoying to click there to disable this.
Thank you.
Upvotes: 2
Views: 565
Reputation: 1564
Press CTRL+<
to open the settings editor, then look for autoFindInSelection
. Likely, it is set to always
so change it to never
.
Upvotes: 7