-
Notifications
You must be signed in to change notification settings - Fork 452
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
Broken autocomplete when writing in a new file in a new directory #3194
Comments
I also encountered this issue a few times. No intellisense in the new Java file. Usually reloading the window can fix it. |
This is an upstream VS Code issue. I can't reproduce it in VS Code <= 1.79.2. |
Related on Stack Overflow:
Help with closing the duplicates would be appreciated if you have the privileges on Stack Overflow to flag or close-vote. That way the answers can be found in one single place instead of spread out everywhere. |
With latest Insider which is 1.81.0 it seems to work. |
Quoting from my answer post on Stack Overflow: Upon further inspection, I found this issue ticket in the VS Code repo: Are choice snippets dangerous now? Breaking extensions completions #187642, where there has been a regression with choice snippets from commit |
@starball5 Great comment, thanks for the information. |
It works for me as well when I use the |
Close it since this issue has been fixed in the latest |
Hey, I'm still having this issue. Any guidance on how to solve this? |
The extension fails to work appropriately on creating a new file in a new directory. That is, it would not display suggestions further. I thought it was a user-end problem. I tried reinstalling the extension. Yet, it persisted.
Environment
Steps To Reproduce
Image version of the misbehavior
* I don't think it needs a text version here.
Edit: The problem goes away on an app restart.
Java Extension Logs
Logs here
To ease dev work, my intuition says the problems are logged from line no. 19732-'37:
Expected Result
Anyone would expect some suggestion to appear.
Additional Information
Well, I know contributing is fun.
At this moment in my life, I have no idea what additional information to provide. But yeah, I can say it works correctly sometimes, very unpredictable.
The text was updated successfully, but these errors were encountered: