Navigation in local dependencies (maven project) #5685
Answered
by
tgodzik
gsavini-mce
asked this question in
Q&A
-
Is it possibile to navigate to local dependencies in a maven project? I am able to go to the definitions of remote dependencies, but not to the local ones (jars and other scala projects). Example:
|
Beta Was this translation helpful? Give feedback.
Answered by
tgodzik
Sep 29, 2023
Replies: 1 comment
-
Thanks for the question. Metals currently relies on source jar, so ideally if you have separate library published locally you should also publish sources. The alternative would be decompiling classfiles, which we could work on, but this gives a much worse experience for the user. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gsavini-mce
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question. Metals currently relies on source jar, so ideally if you have separate library published locally you should also publish sources.
The alternative would be decompiling classfiles, which we could work on, but this gives a much worse experience for the user.