Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# More Search Replace and Inplace Commands for VSCode

## Dependencies
* [ripgrep](https://github.com/BurntSushi/ripgrep)

## Commands

### Consult Line

consult line gif

#### 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` |