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

  • 1.0.0
  • github.​com
  • github.​com
  • 11 years ago
  • 31 minutes ago
  • 11 years ago

Installs

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

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.