Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
858 views
in Technique[技术] by (71.8m points)

visual studio code - Can search functionality require enter key to execute?

Regarding the Find functionality in Visual Studio Code, can it be configured so that you have to hit Enter/Return to execute the search? That way, your cursor position won't change unless an exact match is found for the complete search string

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Yes, disable this setting:

Editor > Find: Cursor Move On Type

The cursor will not move to the next match until you Enter.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...