-
When using the VSCode IDE I can go to a definition from Scala to Java. However, once in the Java code, the go-to definition functionality does not seem to work. Is it wishful thinking to ask for this for future versions? An maybe even finding the imports of undefined symbols (quick fix)? TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@hmf thanks for asking! Metals is a Scala Language Server and it will likely stay that way. That said, the Java Language Server exists and it's excellent, so ideally you should use Metals when working on Scala files and the Java LS when working on Java files. For that to work seamlessly, we need to solve this scalameta/metals-feature-requests#5 |
Beta Was this translation helpful? Give feedback.
@hmf thanks for asking! Metals is a Scala Language Server and it will likely stay that way.
That said, the Java Language Server exists and it's excellent, so ideally you should use Metals when working on Scala files and the Java LS when working on Java files.
For that to work seamlessly, we need to solve this scalameta/metals-feature-requests#5