Toggle a single-quoted string to a double-quoted string, and vice versa.
This is a plugin for the Espresso code editor.
- Easily toggle between single-quoted strings and double-quoted strings.
- Works with multiple cursors.
Place the cursor within a quoted string and press control ' to toggle that string between single and double quotes.
- Download and extract the zip
- Double click the ToggleQuotes.sugar file to install it
Or, if you want to use a Git workflow:
- Clone this repo
- 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
- Restart Espresso