Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Better Line SelectNew to Visual Studio Code? Get it now.
Better Line Select

Better Line Select

Kai Wood

|
7,104 installs
| (2) | Free
Line selection on steroids
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Better Line Select

Line selection on steroids.

Features

This extension does the following:

  • Select whole lines, including the next newline symbol (\n)
  • Expand the line selection downwards (cmd+l / ctrl+l)
  • Expand the line selection upwards (cmd+shift+l / ctrl+shift+l)
  • Most important: Keep already selected text when switching directions!

Extension Settings

If you don't like the opinionated shortcuts of this extension, you can unbind them via (substitute cmd / ctrl depending on your platform):

{
    "key": "cmd+l",
    "command": "-better-line-select.downward"
},
{
    "key": "cmd+shift+l",
    "command": "-better-line-select.upward"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft