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
Ctrl+C or Ctrl+X would copy or cut the entire line behind the caret to the clipboard (including the newline).
Normally, pasting that line with Ctrl+V would insert the line before the line where the cursor is located .
However, when this extension is enabled, I tried to perform the same action, it seems to copy the entire line and then paste it just after the cursor.
Similar issuse has occurred. microsoft/vscode#83003
But It seems that only java files are affected now.
Environment
Operating System: Windows 10 19045.3208
JDK version: jdk8 for my project, the default jdk for this extension
Visual Studio Code version: 1.81.0
Java extension version: 1.21.0
Steps To Reproduce (Ctrl+C Ctrl+V for example)
keep the cursor in a line normally
Ctrl+C and Ctrl+V
Current Result
Expected Result
Additional Informations
The text was updated successfully, but these errors were encountered:
This looks related to / possibly caused by #3237 . Are there any additional keyboard shortcuts added when you enable the extension?
I do not think the correlation between these is very strong. Because Paste using 'Language Support for Java(TM) by Red Hat' extension and Insert Plain Text cause the same result. Besides, pasting the whole line is expected to insert the line in front of the line where the cursor is located rather than cause the cursor to move.
Ctrl+C or Ctrl+X would copy or cut the entire line behind the caret to the clipboard (including the newline).
Normally, pasting that line with Ctrl+V would insert the line before the line where the cursor is located .
However, when this extension is enabled, I tried to perform the same action, it seems to copy the entire line and then paste it just after the cursor.
Similar issuse has occurred. microsoft/vscode#83003
But It seems that only java files are affected now.
Environment
Steps To Reproduce (Ctrl+C Ctrl+V for example)
Current Result
Expected Result
Additional Informations
The text was updated successfully, but these errors were encountered: