scip-java icon indicating copy to clipboard operation
scip-java copied to clipboard

Navigation to the Scala Library isn't working

Open ckipp01 opened this issue 3 years ago • 0 comments

If I do an upload for a Scala project, like you can see here that includes maven/org.scala-lang/scala-library under the dependencies section I would expect then that navigation to the Scala Library would work for my project. For example if you take this chunk of code here:

https://sourcegraph.com/github.com/ckipp01/mill-giter8/-/blob/plugin/src/io/kipp/mill/giter8/G8Module.scala?L67-72

I'd expect to be able to execute a goto definition on get, map, and getOrElse, but currently they don't work. After the latest release of scip-java indexing of the Scala Library seems to be working fine as you can see here. Is there something else needed for this to work, or is there internally something funky going on?

ckipp01 avatar Aug 23 '22 13:08 ckipp01