-
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
Some completions available in lightweight mode aren't available in standard mode #3938
Comments
Found another problem. For some reason, I can't control click builtin methods but if I hover over the method calls, I can see the javadocs. It also doesn't give me any intellisense completions. These two errors are spammed in the extension host logs, but I'm not sure if they're relevant.
This one looks more useful (from the 'language support for java' logs).
Another error that doesn't seem relevant (from the 'language support for java (syntax server)' logs).
|
This extension decided to start acting up for no reason. I thought that maybe one of the cache/data files got corrupted somehow, so I removed every vscode-related file I could find and reinstalled everything, but it was still acting up. It's been very finicky, but the most reliably-broken feature I've seen is that some completions aren't available when they should be - mainly expanding a method name into a method stub.
I tried several old extension versions that worked previously and they also refused to work properly. I typically use vscodium, but I've also tried with vscode proper and its open source release. I'm not sure what else I can try, every log I can find hasn't been very helpful.
Steps to reproduce:
Lightweight mode:
Standard mode:
The method:
Syntax server logs:
Extension host logs:
The text was updated successfully, but these errors were encountered: