Русская версия
Adds a context menu item to search for selected text in VS Code.
Features
- Adds "Find" option to the context menu when text is selected
- Optional "Replace" feature (can be enabled in settings)
Installation
- Download the
add-context-menu-0.0.1.vsix file from the releases.
- Install the extension using the following command in the VS Code editor terminal:
code --install-extension add-context-menu-0.0.1.vsix
Uninstall
code --uninstall-extension gsxr777.add-context-menu
Settings
addContextMenu.enableReplace : Enable the 'Replace' option in the context menu
Example
To enable "Replace" in the context menu:
- Open your settings (
Ctrl + , ).
- Search for
addContextMenu.enableReplace .
- Set it to
true .
{
"addContextMenu.enableReplace": true
}
Usage
- Select text in editor
- Right-click to open context menu
- Choose "Find" to search for selected text
- If enabled, choose "Replace" to open replace dialog
Requirements
VS Code 1.95.0 or later and Not at all :-)
Known Issues
Not yet.
Release Notes
1.0.0
Enjoy!
| |