fwcd / vscode-kotlin

Kotlin code completion, debugging, linting and more for VSCode
MIT License
298 stars 41 forks source link

I can't use "Go To Definition" feature in Kotlin source code. #147

Open soulArche opened 10 months ago

soulArche commented 10 months ago

Description

When I want to jump to the definition of function, I can't see the menu like captured image. The feature is not shown only Kotlin code. (Other java and c++ codes are working well.) The extension is installed into ssh server environment and the linux server has JDK version installed like below. openjdk 11.0.19 2023-04-10 OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1) OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)

Extension version

v0.2.34

Additional context

issue_capture