/espresso-toggle-quotes

An Espresso plugin to toggle between single and double quotes

Primary LanguageJavaScript

ToggleQuotes.sugar for Espresso

Toggle a single-quoted string to a double-quoted string, and vice versa.

This is a plugin for the Espresso code editor.

Features

  • Easily toggle between single-quoted strings and double-quoted strings.
  • Works with multiple cursors.

Usage

Place the cursor within a quoted string and press control ' to toggle that string between single and double quotes.

Installation

  1. Download and extract the zip
  2. Double click the ToggleQuotes.sugar file to install it

Or, if you want to use a Git workflow:

  1. Clone this repo
  2. From the root of the repository, run this command in the terminal to create a symlink to the Espresso plugin folder: ln -s ToggleQuotes.sugar ~/Library/Application\ Support/Espresso/Plug-Ins/ToggleQuotes.sugar
  3. Restart Espresso