- Instant help with your Developer coding problems

Select all occurrences of selected word in VS Code

Question:
How to select all occurrences of selected word in VS Code?
Answer:
CTRL + SHIFT + L
Description:

In VS Code editor you can simply select all occurrences of a word by selecting it and using the CTRL + SHIFT + L keyboard shortcut. In this case, a cursor appears after each match and you can edit all of the selected texts at once.

To exit from the multi cursor selection simply press ESC .

Share "How to select all occurrences of selected word in VS Code?"
Tags:
select, all, occurrences, matches, word, selection, vs code, visual studio code
Technical term:
Select all occurrences of selected word in VS Code