Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearfeld/vscode-search-replace-inplace-commands
https://github.com/clearfeld/vscode-search-replace-inplace-commands
vscode-commands vscode-extension
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/clearfeld/vscode-search-replace-inplace-commands
- Owner: clearfeld
- Created: 2023-01-05T04:06:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T04:26:30.000Z (about 1 year ago)
- Last Synced: 2024-01-22T05:27:55.235Z (about 1 year ago)
- Topics: vscode-commands, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=clearfeld.search-replace-inplace-commands
- Size: 274 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
# More Search Replace and Inplace Commands for VSCode
## Dependencies
* [ripgrep](https://github.com/BurntSushi/ripgrep)## Commands
### Consult Line
![]()
#### Shortcuts - Panel
| Key | Description |
| --- | ----------- |
| `Ctrl + g` or `Esc` | Cancel - returns to position before search was started. |#### Configuration
| Field | Choices | Default |
| ------------------------------- | ----------- | ------- |
| ConslutLine_MouseClickBehaviour | `Close on selection` - Clicking on a result will move to it, and close (exit) the panel.
`Enabled` - Clicking on a result will move to it, but leave the panel open.
`Disabled` - Mouse click does nothing. | `Enabled` |