An open API service indexing awesome lists of open source software.

https://github.com/robbycbennett/vscodequickselect

Navigate and select strings
https://github.com/robbycbennett/vscodequickselect

personal vscode-extension

Last synced: about 1 year ago
JSON representation

Navigate and select strings

Awesome Lists containing this project

README

          

# Quick Select

*Navigate and select strings*

## Features
* Cursor Quote Select `(select the entire string)`
* Cursor Quote Start `(move cursor to string beginning)`
* Cursor Quote Start Select `(select to string beginning)`
* Cursor Quote End `(move cursor to string ending)`
* Cursor Quote End Select `(select to string ending)`

## Using the Features

See all available commands in the quick pick menu.

- Command Palette: "Quick Select: ..."

- Keyboard Shortcuts

- keybindings.json

```jsonc
{
"key": "alt+q",
"command": "quickSelect.cursorQuoteSelect"
},
```