join-comment-aware
Lines to join:
Old join style:
New join functionality:
Suggested InstallationThis isn't available through the vscode standard installation. You can install it manually by downloading a zip of this repo and adding it to your extensions directory. I'd recommend replacing your normal join command (e.g. To replace the default join command without vim mode (
To replace the default join command with vim mode (
Known IssuesThe following file types are supported with comment-awareness joining. Otherwise, default join behavior will take over.
Release NotesInitial join-comment-aware release. MotivationI've been thinking about switching from vim to vscode and noticed the line-joiner could use some improvement. And I saw this issue that other folks have the same feedback. I also was inspired by the original vscode join, which got integrated directly into the editor. 0.0.3Tweak README example. 0.0.2Add icons. Update version so VS Marketplace can udpate. 0.0.1Initial release of |