How do I select a single line within Visual Studio Code?

前端 未结 6 1291
误落风尘
误落风尘 2020-12-28 13:46

Using Microsoft\'s Visual Studio Code, how do I select a single line of code? (equivalent to Atom\'s or other IDE\'s Cmd+L on Mac)

And what wo

6条回答
  •  隐瞒了意图╮
    2020-12-28 14:08

    For VS Code 1.36 release, use CTRL-L to select the whole line, then, press TAB key to increase indent, or SHIFT-TAB to decrease indent.

提交回复
热议问题