Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axilleasiv/jsmultiline

Sublime text 2,3 - Multiline string support for javascript
https://github.com/axilleasiv/jsmultiline

Last synced: 4 months ago
JSON representation

Sublime text 2,3 - Multiline string support for javascript

Awesome Lists containing this project

README

        

JSMultiline
===========

Sublime text 2,3 plugin that adds multiline string support for javascript

![alt tag](https://raw.github.com/axilleasiv/JSMultiline/master/screenshoot.gif)

## Features
* transform a selected area in a javascript file into multiline string
by adding backslash or plus character at the end of per line
* unformat previous formatted multiline string to the initial string

## Install

#### Git Clone
Clone this repository in to the Sublime Text 2 or 3 "Packages" directory

## Key Bindings - Commands

The default key bindings are "shift+ctrl+e" and "shift+ctrl+\",
for the following commands: Multiline: Plus and Multiline: Slash

if the string is already formatted, both two commands will unformat the string to the
initial state