Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axilleasiv/brackets-js-multiline
Brackets multiline string support for javascript files
https://github.com/axilleasiv/brackets-js-multiline
Last synced: 4 months ago
JSON representation
Brackets multiline string support for javascript files
- Host: GitHub
- URL: https://github.com/axilleasiv/brackets-js-multiline
- Owner: axilleasiv
- Created: 2014-02-11T22:23:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T14:44:16.000Z (almost 2 years ago)
- Last Synced: 2023-08-12T21:43:11.371Z (over 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
brackets-js-multiline
=====================[Brackets](https://github.com/adobe/brackets/) extension that adds multiline string support for javascript
## Features
* transform a selected area in a javascript file or html file into multiline string
by adding backslash per line or by string concatenation
* unformat previous formatted multiline string to the initial string
* if no text selected in a html file transform the entire text in this will be formatted## Install
#### Git Clone
1. Select **Brackets > Help > Show Extensions Folder..**
2. Git clone this repository inside the folder user.## Key Bindings - Commands
The default key bindings are "shift+ctrl++" for string concatenation and "shift+ctrl+\",
to use the not so safe add backslash per line for Windows and "shift+cmd++", "shift+cmd+\" for Macif the string is already formatted, both two commands will unformat the string to the
initial state