cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
581 stars 7 forks source link

'go to' dependency fails - deceleration not found #2899

Open pstephenwille opened 5 months ago

pstephenwille commented 5 months ago

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
cursive-ide commented 4 months ago

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.