Palidino

Results 11 comments of Palidino

Quick browse through issues shows this was first reported as an issue for Mac in 2016...

You can see down below, SUPER_MYSTERY_BOX_32286uperBox() The line I was editing when I used autocomplete: ItemId.supermystery, new SuperBox() Overall my text being replaced happens quite frequently. Sometimes undoing the autocomplete...

Added using java.jdt.ls.vmargs, the issue still happens.

I have lombok installed so those settings were already there/kept them there when I tried -Djava.lsp.joinOnCompletion=true EDIT: I should mention removing lombok does not fix the issue from happening

My current: `"java.jdt.ls.vmargs": "-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"./data/lib/lombok.jar\" -Xbootclasspath/a:\"./data/lib/lombok.jar\""` What I've tried: `"java.jdt.ls.vmargs": "-Djava.lsp.joinOnCompletion=true -noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"./data/lib/lombok.jar\" -Xbootclasspath/a:\"./data/lib/lombok.jar\"` `"java.jdt.ls.vmargs": "-Djava.lsp.joinOnCompletion=true -noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication"` `"java.jdt.ls.vmargs": "-Djava.lsp.joinOnCompletion=true"` All of...

Not really but I talked to someone who also works on my project and it seems one of the biggest causes is from an ItemId file which contains about 15k...

Any update on this or am I just out of luck? This problem still happens all the time while autocompleting all sorts of different things, and updating to the latest...

Going to try your first option @snjeza as I still very frequently have this issue a year later. The language server lagging behind a second or two definitely makes sense...

user: https://paste.ee/p/sTcLP workspace: https://paste.ee/p/Q1C2B folder/project: https://paste.ee/p/dFjmG I've already tried all the variations of vmarms suggested in this issue. Going back to the language server just not keeping up, if I...

@snjeza I do have it installed but that setting didn't help, I'm still losing multiple characters if I'm typing too fast and then select an autocompletion option. It could just...