Shortcut Find and Replace Visual Studio Code

Asked

Viewed 7,197 times

4

In Visual Studio Code, when I press the keys Ctrl + F i can locate a certain string.

Is there a shortcut to "find and replace" using this same program?

Ex: In Atom when locating a string if I press the tab I go to the replace field, I would like something similar.

  • I just found the answer at this link: [shortcuts] (https://msdn.microsoft.com/pt-br/library/0zz35x06(v=vs.90).aspx). Just give Ctrl + H

1 answer

2

Already found the answer just a Ctrl + H. Anyone with similar questions look at the link > shortcuts

  • Good tip! Just adding, "Ctrl+H" finds and replaces in the currently open document, but anyone who wants to find and replace even in closed documents but that belong to the folder currently open in VS Code, only use "Ctrl+Shift+H" (no quotes)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.