zed-extensions / kotlin

Syntax highlighting for Kotlin in Zed.
MIT License
19 stars 9 forks source link

Does this plugin support jumping to source code now? #11

Open Linyuqiz opened 3 months ago

Linyuqiz commented 3 months ago

Does this plugin support jumping to source code now?

cholwell commented 3 months ago

the plugin simply uses kotlin language server

when you say source code I guess you mean seeing sources from gradle / maven dependencies, rather than go to definition in your own code?

Either way the issue is better directed towards the LSP which I think is not actively maintained

FalconSlayer51 commented 2 months ago

@cholwell i think you have a problem on windows i think ive fixed it and it is perfectly running on my machine. would like to look into it?