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
– David Vinicius