ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Select Quoted

by int3h ALL

A Sublime Text 2/3 plugin at add a "Expand Selection to Quoted" command

Details

Installs

  • Total 10K
  • Win 5K
  • Mac 4K
  • Linux 2K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 1 1 0 0 0 0 2 0 0 2 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 2 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0
Mac 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 2 1 0 0 0 0 1 0 0 0 0 0 0 1 1
Linux 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0

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.