Selecting block of code in Visual Studio Code

前端 未结 5 1233
星月不相逢
星月不相逢 2020-12-30 04:39

Is there a keyboard shortcut or an extension that would allow me to select a block of code? I\'d like to select everything between curly braces, between html tags, etc.

5条回答
  •  囚心锁ツ
    2020-12-30 05:08

    Try the expand-region extension. It currently works for javascript and html. To select ever-increasing or decreasing scope.

提交回复
热议问题