microsoft/vscode

Missing Sublime Text command - Break / wrap line

waderyan opened this issue · 2 comments

While building this extension to map Sublime Text default keyboard shortcuts to VS Code, I found that this feature is missing.

The feature is break / wrap line.

Default Sublime Text keybindings
Windows / Linux: alt+q
Mac: cmd+alt+q

break_line

madig commented

This would be very useful to have! Atom has Alt+Q which breaks lines and even correctly handles comments in source code. I currently have to break comments up manually :( There's the "Reflow Markdown" extension, but that breaks in source code.

We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.

Happy Coding!