Copy On Select
January 18, 2024 ยท View on GitHub
This extension automatically copies to the clipboard the selected text in the editor when you select it without having to hit CTRL+C.
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.