Skip to content

Visual Studio Code extension that copy text just by selecting it like some terminals

License

Notifications You must be signed in to change notification settings

gyoza/vscode-copy-on-select

 
 

Repository files navigation

Copy On Select

This extension automatically copies the selected text in the editor when you select it, without having to hit CTRL+C.

Example

The selected text is automatically copied when selected with the mouse first, then with the keyboard.

Copy On Select example

Configuration

// Should copy the selected text when it was selected using the keyboard?
"copyOnSelect.copyOnKeyboardSelection": false

// Should copy the selected text when it was selected using the mouse?
"copyOnSelect.copyOnMouseSelection": true

// Should trim the start of the copied text?
"copyOnSelect.trimStart": false

// Should trim the end of the copied text?
"copyOnSelect.trimEnd": true

Feedback

Request features and report bugs using GitHub.

About

Visual Studio Code extension that copy text just by selecting it like some terminals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%