How do I select all occurrences of a selection in Visual Studio Code the same way I do in Sublime Text?

Asked

Viewed 3,754 times

3

In sublime Text, you can select all the occurrences of a selection and edit them at the same time. To do this just press ALT+F3 after making the selection, as in the example below:

Seleção de várias ocorrências no Sublime Text

In the example, it is selected </a></li> and then all the same occurrences are selected

I would like to know how to do this in Visual Studio Code. Could someone explain me?

1 answer

3


In Visual Studio Code, the shortcut equivalent to ALT+F3 of the Sublime Text would be the CTRL+F2.

You select the desired text and then press CTRL+F2.

Browser other questions tagged

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