You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying code using Cmd+C, it does not copy in the clipboard the html version of what was copied, which is html rendering the code with the syntax highlight and everything, as it looks like while in the editor.
What did you expect to happen
I expect Cmd + C to copy not only the text version of the code, but also the syntax-highlighted version, as it occurs when this extension is not installed.
How to reproduce it
Open any file with syntax highlight, select a block of text and press Cmd+C or Ctrl + C.
Open a rich text editor, such as Microsoft Word, or Apple Pages, or Libre/Open Office.
Paste into a blank document what you just copied. See that what you got is plain text.
Try the first two steps above with this extension disabled, and on step 3 you'll get the syntax highlighted version of that code instead.
Environment
Extension (VsCodeVim) version: 0.10.13
VSCode version: 1.20.1
OS version: macOS High Sierra
Cross reference
Also, for reference, follow this thread from this comment on, where I started discussing this issue assuming it was the problem of another extension, that it turns out expects you to be able to copy the syntax-highlighted version of the code. After digging a bit, I realized it was not that extension's fault, but this one instead.
The text was updated successfully, but these errors were encountered:
BUG REPORT
What happened
When copying code using
Cmd+C
, it does not copy in the clipboard the html version of what was copied, which is html rendering the code with the syntax highlight and everything, as it looks like while in the editor.What did you expect to happen
I expect
Cmd + C
to copy not only the text version of the code, but also the syntax-highlighted version, as it occurs when this extension is not installed.How to reproduce it
Cmd+C
orCtrl + C
.Try the first two steps above with this extension disabled, and on step 3 you'll get the syntax highlighted version of that code instead.
Environment
Cross reference
Also, for reference, follow this thread from this comment on, where I started discussing this issue assuming it was the problem of another extension, that it turns out expects you to be able to copy the syntax-highlighted version of the code. After digging a bit, I realized it was not that extension's fault, but this one instead.
The text was updated successfully, but these errors were encountered: