-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have a problem with the VSCode editor underlining all names from external dependencies in red, and not being able to give me any suggestions. My guess is that it is the language server that does not find the dependencies. (I have had problems with this before, but I have been able to resolve it.)
- The error message is "kotlin(UNRESOLVED_REFERENCE)".
- I don't have problems with the stand library, nor with names in the current project. It is only external dependencies.
- It is a gradle project. The build.gradle file is here.
- I have the same problem in my other kotlin projects. A java project I have does not have this problem.
The output from the language server can be found here.
How do I debug this? How does the plugin/language server find dependencies? Is there a way to check which external libraries the language server has found? I'm using VSCode 1.81.1 on macos Ventura 13.5 with the Kotlin plugin (fwcd). I have kotlin 1.9.0 and JRE 20.
unclechu, mairs8, BuZZ-dEE, benedikt-bartscher, jhhong0509 and 7 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working