Microsoft/vscode2019. 12. 2. 16:22

vscode에서 복사하면

일반 텍스트가 아니라 서식이 들어간 syntax highlight가 된 문장으로 복사가 된다.

그래서 일일이 메모장에 붙여넣어서 서식을 날리는데

그런 불편함을 해소할 수 있는 방법을 찾다보니..

syntax highlight 된 복사 키를 할당하고 할당되지 않는 복사키를 할당하라고 한다.

(기본값으로 crtl-c에 copy with syntax highlight 가 할당되어 있으니)

editor.action.clipboardCopyWithSyntaxHighlightingAction

[링크 : https://stackoverflow.com/questions/44461520/how-to-turn-off-copy-with-syntax-highlighting]

 

editor.action.clipboardCopyAction
edtior.action.clipboardCopyWithSyntaxHighlightingAction

[링크 : https://github.com/Microsoft/vscode/issues/21820]

'Microsoft > vscode' 카테고리의 다른 글

vscode git 플러그인  (0) 2020.01.21
python + vscode  (0) 2019.12.13
vscode에서 *로 검색하기 (대신 정규표현식)  (0) 2019.11.09
vscode node.js 디버깅  (0) 2019.08.08
ubuntu에 vscode 설치하기  (0) 2019.05.04
Posted by 구차니