-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language Support for Java(TM) by Red Hat overrides expected Paste behavior #3237
Comments
EDIT: Solution -> #3237 (comment) Bumping this because there needs to be a plugin setting to disable this paste override. I understand that there is currently a little popup that lets you select the VSCode paste behaviour, however, this gets overwritten the next time you paste again through a keybinding. This is not sufficient behaviour, if anything, a bug. |
Try
|
This works! Thank you very much! I will amend my review of the VSCode extension. @fbricon |
yes, it's a VS Code setting |
I notice there's something wrong when I want to duplicate a line of code. I select the line, press |
#3444 fixes this issue. Should no longer be a problem in v1.26.0 of vscode-java. |
When selecting a block of text, copying and pasting is expected to move the cursor to the end of the block. When I disable the extension, it behaves as expected. With the extension enabled, the behavior is overrided and the cursor does not move.
Environment
Steps To Reproduce
Language Support for Java(TM) by Red Hat
Ctrl+C
) a block of text.Ctrl+V
).Current Result
The block remains selected
Expected Result
The cursor should move to end of block
Additional Information
A "Show Paste options" dialogue comes up, with the options
Paste using 'Language Support for Java(TM) by Red Hat' extension
andInsert Plain Text
. Presumably, the latter is the desired behavior, but the selection resets to the former option between each paste.There is no setting AFAIK that disables this behavior override.
The text was updated successfully, but these errors were encountered: