cursive icon indicating copy to clipboard operation
cursive copied to clipboard

'go to' dependency fails - deceleration not found

Open pstephenwille opened this issue 1 year ago • 1 comments

I could have set this up wrong but shouldn't I be able to ‘go to’ the dependencies themselves?

When I try drill into a dependency from the ‘project.clj’ it says it can't find it, or any of them.

Here's the repo - https://github.com/pstephenwille/clj-web-app-beta

Repro steps:

  1. Using Intellij, open 'project.clj' file
  2. Use the 'go to' command to dive into a dependency
  3. Expect an error message

pstephenwille avatar Apr 25 '24 17:04 pstephenwille

So, Cursive hasn't supported this. If you navigate to a dependency, where should it take you? Most dependencies have many namespaces, and it's unclear which should be chosen. Navigating to the individual namespaces should work from pretty much anywhere in a project.

cursive-ghost avatar May 09 '24 05:05 cursive-ghost