Select Quoted
A Sublime Text 2/3 plugin at add a "Expand Selection to Quoted" command
Details
Installs
- Total 11K
- Win 5K
- Mac 4K
- Linux 2K
Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
Readme
- Source
- raw.githubusercontent.com
Sublime Select Quoted
This is a small plugin for Sublime Text 2 and 3 which adds 'select within quoted' and 'select around quoted' functionality. This is roughly equivalent to Vim's vi"
and va"
commands.
Usage
To select text within quotation marks, place your cursor within some quoted text, or partially select some quoted text. Then either select “Expand Selection to Quoted” under the “Edit” menu, or press command+'
(Mac)/control+'
(Linux/Windows) on your keyboard.
To select the text around the quote marks (that is, the quoted text and the quotes themselves,) use the keyboard shortcut command+shift+'
/control+shift+'
. Additionally, if the selection includes the starting or ending quote, or if the selection is surrounded by quotes on either side, the expanded selection will include the quotes automatically.
Install
The easiest way to install this plugin is to use package control (search for 'Select Quoted'.)
Alternatively, you can git clone
this repo into your Sublime packages directory manually.
Additional Info
While we refer to “quotes” above, this plugin should work with any string deliminator. The only requirement is that the syntax file for the language tag the string with the scope string.quoted, and it is deliminated by characters tagged with the scope punctuation.definition.string.