Expands selections to the closest containing pairs of single or double quotes.
- Follow the instructions from https://sublime.fnando.com.
- Open the command pallete, run “Package Control: Install Package“, then search for “Expand Selection to Quotes“.
Clone this repository into the Sublime Text “Packages” directory, which is located where ever the “Preferences” -> “Browse Packages” option in sublime takes you.
The default binding is ctrl + shift + i
.
You can change it by defining a new shortcut binding like the following:
{ "keys": ["ctrl+'"], "command": "expand_selection_to_quotes" }