A Brackets extension that joins lines.
There are two ways to join lines. You can join the line your cursor is on with the next line by hitting Ctrl-Shift-J. You can alternatively join multiple lines by selecting them and hitting Ctrl-Shift-J.
By hitting Ctrl-Shift-J, you join the lines with a single space character separating them. If you don't want that space character there, press Ctrl-Alt-J instead.
Click the extension manager button within Brackets (in the toolbar to the right) and search for "Join Lines". Click install.
- Open the the Extension Manager from the File menu
- Copy paste the URL of the github repo or zip file
- Download this extension using the ZIP button above and unzip it.
- Copy it in Brackets'
/extensions/user
folder by selectingHelp > Show Extension Folder
in the menu. - Reload Brackets.