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
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.