You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JDT language server can be extended to support custom project importers. Since Kotlin symbols cannot currently be referenced inside Java source files, we could provide such an extension in a subproject inside this repo with an importer that locates and registers Kotlin source files in the JDT's project model.
Implementation notes:
A list of JDT.LS extension points can be found here
The importer could use the same class path/source path resolvers as the language server, possibly by sharing their implementations through the shared subproject
@fwcd Is this currently being implemented? The VS CodeJava/Kotlin interoperability story is pretty frustrating at the moment, so I appreciate your efforts on this!
Addresses #4
The JDT language server can be extended to support custom project importers. Since Kotlin symbols cannot currently be referenced inside Java source files, we could provide such an extension in a subproject inside this repo with an importer that locates and registers Kotlin source files in the JDT's project model.
Implementation notes:
javaExtensions
shared
subprojectThe text was updated successfully, but these errors were encountered: