String Copier is a simple Visual Studio Code extension that allows you to copy a string without manually highlighting the entire text. With just a right-click and selecting the "Copy String" option, the extension automatically detects and copies the string's range. This functionality is designed to work on single-line strings only.
Features
Automatically detects the range of a single-line string.
Copies the string to the clipboard with a single action.
Saves time and effort when working with strings in your code.
How to Use
Install the String Copier extension in Visual Studio Code.
Open a file containing single-line strings.
Right-click on any part of the string you want to copy.
Select the "Copy String" option from the context menu.
The string will be automatically copied to your clipboard.
Limitations
This extension only works with single-line strings.
Multi-line strings or other text structures are not supported.
Installation
Open the Extensions view in Visual Studio Code (Ctrl+Shift+X or Cmd+Shift+X on macOS).
Search for String Copier.
Click Install to add the extension to your editor.
Feedback and Contributions
If you encounter any issues or have suggestions for improvement, feel free to open an issue or contribute to the project on GitHub.
Enjoy faster and easier string copying with String Copier!