Skip to content

Repository files navigation

Copy On Select

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

Installs Rating Version

Example

Copy On Select example Selected text is automatically copied to clipboard when selected with mouse, then with keyboard.

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

VS Code extension that copies selected text, like terminal apps

Topics

Resources

Stars

17 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages