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
Place cursor at println and Go to definition (either with shortcut or from mouse contextual menu). It successfully goes to appropriate function.
Move cursor a couple of lines forward and place it on binding and Go to definition (either with shortcut or from mouse contextual menu). It issues error No defintion found for 'binding'
Go back to file core.clj
Add line (.toUpperCase "asd")
Place cursor on toUpperCase and Go to definition (either with shortcut or from mouse contextual menu). It issues error No defintion found for 'toUpperCase'
My env:
macOs X 10.15 Mojave
VSCode October 2019 (version 1.40)
Calva 2.0.58
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment Zulu13.27+9-CA (build 13+33)
OpenJDK 64-Bit Server VM Zulu13.27+9-CA (build 13+33, mixed mode, sharing)
Java is installed with asdf
The text was updated successfully, but these errors were encountered:
@arthurborisow @PEZ The ability to get hover/definition in jar files was merged yesterday to the dev branch. Unfortunately I could not yet figure out how to get those information generally for Java methods other the static methods because the repl does not return any information in this cases.
Steps to reproduce
lein new app test-calva
println
andGo to definition
(either with shortcut or from mouse contextual menu). It successfully goes to appropriate function.binding
andGo to definition
(either with shortcut or from mouse contextual menu). It issues errorNo defintion found for 'binding'
(.toUpperCase "asd")
toUpperCase
andGo to definition
(either with shortcut or from mouse contextual menu). It issues errorNo defintion found for 'toUpperCase'
My env:
macOs X 10.15 Mojave
VSCode October 2019 (version 1.40)
Calva 2.0.58
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment Zulu13.27+9-CA (build 13+33)
OpenJDK 64-Bit Server VM Zulu13.27+9-CA (build 13+33, mixed mode, sharing)
Java is installed with asdf
The text was updated successfully, but these errors were encountered: