fwcd

Results 150 comments of fwcd

Not yet possible, I'm afraid. Related issues for automatically triggering reindexes: #272, #273

Support for Java projects in KLS is still somewhat limited, I am afraid. Could you share a minimal working example of a Maven/Java project where the issue occurs?

You should be able to spin up a `KotlinLanguageServer` instance, like in `Main.kt`, but with your own input/output streams.

Go-to-definition currently only works for symbols defined in the project and 'find implementations' is not implemented yet. Not quite sure about the declarations provider though. 'Find implementations' is conceptually similar...

I was under the impression that workspace/symbols (and LSP symbols in general) refer to definitions only, so that e.g. looking up a symbol by name using the client yields a...

Should already work as of #154. Is `kotlinc` on your PATH?

@gsbhasin123 Sure, is there anything not working with the Atom extension? It is updated independently from the language server.

It seems to build fine in CI. Could you try recloning the repository and making a clean rebuild?

@justablob I have had no trouble running the server on Windows 10 64bit. Could you please try whether this issue persists with stable VSCode?