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
May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6
Windows 0 0 1 0 0 1 1 1 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 1 1 2 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0
Mac 1 0 1 0 0 0 1 2 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0
Linux 0 0 0 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 1 0 0 0 0 0 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.