Skip to content

Quick Copy Paste is a versatile VS Code extension that enables one-click copying and double-click pasting of selected text within your editor, enhancing your coding workflow with seamless copy-paste functionality across all programming languages and file types.

License

Notifications You must be signed in to change notification settings

DevKailash/quick-copy-paste

Repository files navigation

Noir Nebula Logo

Quick Copy Paste for VS Code

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.

Features

  • 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.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon in the sidebar.
  3. Search for "Quick Copy Paste" in the Extensions Marketplace.
  4. Click on the Install button.
  5. Once installed, reload Visual Studio Code to activate the extension.

Usage

  1. Select the text you want to copy.
  2. Click once to copy the selected text.
  3. Double-click where you want to paste the copied text.

That's it! Enjoy the enhanced copy-paste functionality with Quick Copy Paste.

Configuration

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
}

License

This extension is licensed under the MIT License.

About

Quick Copy Paste is a versatile VS Code extension that enables one-click copying and double-click pasting of selected text within your editor, enhancing your coding workflow with seamless copy-paste functionality across all programming languages and file types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published