Goto definition of dependencies in unmanagedJars #2429
Unanswered
richardpen
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Thanks for the question! I've gone ahead and transferred this over to the main Metals repo as this will work the same no matter the client. As far as I know, this should work as long as the jars are correctly captured in the export that bloop does during the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm new to scala and try to setup my dev environment with neovim. I have a project that uses lots of other dependencies which are built jar files. I added them into my project's
build.sbtfile viaunmanagedJars in Compile := jars("/path/to/jar"). The code navigation works great within the project code itself, but when the code references a method defined in the dependencies(defined in the jar file), the code navigation returns errorno definition found. Is this expected, or I missed something in my setup? Any information would be help, thanks!All reactions