Skip to content
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

Implement JDT.LS extension for Kotlin files #192

Closed
fwcd opened this issue Feb 20, 2020 · 3 comments · Fixed by #334
Closed

Implement JDT.LS extension for Kotlin files #192

fwcd opened this issue Feb 20, 2020 · 3 comments · Fixed by #334
Labels
enhancement New feature or request java interop Interoperability with Java/JDT.LS

Comments

@fwcd
Copy link
Owner

fwcd commented Feb 20, 2020

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:

@fwcd fwcd added the enhancement New feature or request label Feb 20, 2020
@jonathanmarvens
Copy link

@fwcd Is this currently being implemented? The VS Code Java/Kotlin interoperability story is pretty frustrating at the moment, so I appreciate your efforts on this!

@guidovalli
Copy link

news about this?

@oscarsan
Copy link

Any news about this? :-), about to change from intelliJ to visual studio, this is the only thing that is stopping me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java interop Interoperability with Java/JDT.LS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants