Replies: 3 comments 2 replies
|
@guw I can't reproduce the issue. Could you attach a project example reproducing he error? |
1 reply
It is a workspace command.
didChange , codeAction, codeLens, foldingRange, documentSymbol...
I suppose it depends on the project, edited class, extensions... |
1 reply
|
@guw Could you show your extensions and your settings.json? I still can't reproduce the issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I noticed that pasting into
.javafiles is not straightforward with JDTLS and the extension.For example:
Then doubleclick
whateverto ensure it's selected. When selected hit Cmd+V and then you will see a spinning wheel behindwhateverbut the pasted value does not get inserted. This is a very poor experience.Note, I do not see that problem in Eclipse. Thus, I suspect something must be happening here on the VS Code side.
All reactions