This extension automatically copies to the clipboard the selected text in the editor when you select it without having to hit CTRL+C.
Selected text is automatically copied to clipboard when selected with mouse, then with keyboard.
// 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
Request features and report bugs using GitHub.