Select all occurrences of selected word in VSCode

前端 未结 8 1778
不思量自难忘°
不思量自难忘° 2020-12-12 08:21

Are there any trick or extension to select all instances of selected word in visual studio code, to facilitate editing or deleting those instances without search and replace

8条回答
  •  执笔经年
    2020-12-12 09:11

    If you want to do one by one then this is what you can do:

    1. Select a word
    2. Press ctrl + d (in windows).

    This will help to select words one by one.

提交回复
热议问题