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
Not sure if this really qualifies as a bug of the kotlin lsp, but for an optimal developer experience, java interoperability is crucial.
Go to implementation works perfectly from a kotlin file, but the implementation may be in a java file, although the kotlin language server has certainly indexed all of the classes and methods that are referenced in the java source code file, go to implementation will no longer work since we are now in a java file.