-
Notifications
You must be signed in to change notification settings - Fork 231
"Kotlin: Indexing" is always displayed #403
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
Comments
Which editor are you using? Have you checked the language server output to see that the server is actually done? (dropdown menu item called Kotlin in the Output section in VSCode, Also, are you using the latest version? An issue relating to this was fixed before summer, and was caused by the done-event never being sent. |
Hi,my editor is vscode(1.72.1) with the lastest version of kotlin-language-server, and the project is just a initial project create by "gradle init" |
I don't see the "Updated full symbol index in.." log message that happens when it is done with the indexing. Have you waited at least 5-10 minutes and checked that it still says "Indexing"? Seems weird that it suddenly just stops. Nothing in the logs that indicate any errors. The log statement at the bottom mentions an Android class, is this an Android project? Those usually take some time to load in my experience 🙁 |
It is not a Android project,but I installed Android Studio. |
Early in the logs I see this |
when I open a Kotlin project build with gradle,the "Kotlin:Indexing" information is always displayed,and never disappear
here some infos may help:
The text was updated successfully, but these errors were encountered: