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
- Host: GitHub
- URL: https://github.com/robbycbennett/vscodequickselect
- Owner: RobbyCBennett
- License: wtfpl
- Created: 2021-09-19T15:20:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T01:31:01.000Z (over 2 years ago)
- Last Synced: 2025-01-30T05:42:37.259Z (over 1 year ago)
- Topics: personal, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
},
```