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

dinhani/vscode-copy-on-select

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

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published