vscode-search-extension
Features
This extension allows you to search the selected text using a right-click context menu option.
Installation
- Clone the repository or download the source code.
- Open the project in Visual Studio Code.
- Install the dependencies by running
npm install in the terminal.
- Press
F5 to open a new VS Code window with your extension loaded.
Usage
- Select the text you want to search.
- Right-click and choose the
Search Selected Text option from the context menu.
- The extension will perform a search using the selected text.
Development
To modify or enhance the extension:
- Open the project in Visual Studio Code.
- Make your changes in the
src/extension.ts file.
- Test your changes by pressing
F5 to open a new VS Code window with your extension loaded.
Publishing
To publish your extension:
- Install
vsce if you haven't already:
npm install -g @vscode/vsce
- Package your extension:
vsce package
- Publish your extension:
vsce publish
Contributing
Feel free to submit issues and pull requests for new features, bug fixes, or improvements.
License
This project is licensed under the MIT License.
| |