Quick Copy Paste is a versatile VS Code extension that enhances your coding workflow with seamless copy-paste functionality across all programming languages and file types. With Quick Copy Paste, you can perform one-click copying and double-click pasting of selected text within your editor, making it easier and faster to manipulate code snippets and text.
- One-click copying of selected text.
- Double-click pasting of copied text.
- Supports all programming languages and file types.
- Lightweight and efficient.
- Intuitive and easy-to-use interface.
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the square icon in the sidebar.
- Search for "Quick Copy Paste" in the Extensions Marketplace.
- Click on the Install button.
- Once installed, reload Visual Studio Code to activate the extension.
- Select the text you want to copy.
- Click once to copy the selected text.
- Double-click where you want to paste the copied text.
That's it! Enjoy the enhanced copy-paste functionality with Quick Copy Paste.
Quick Copy Paste does not require any configuration. However, you can customize its behavior by modifying settings in the Visual Studio Code settings file.
{
"quickCopyPaste.copyOnClick": true,
"quickCopyPaste.pasteOnDoubleClick": true
}
This extension is licensed under the MIT License.