cursive-ide / cursive

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

"Go To: Definition or Usages" doesn't work for defs inside a (comment ...) block #2256

Open ro6 opened 5 years ago

ro6 commented 5 years ago

I've really embraced the style of repl use Stu Halloway mentions here in his "Running with Scissors" talk. So far the only downside has been that I can't "Go To Definition" for anything defined inside the (comment ...) block. Sometimes I end up with many lines of code and many vars inside a comment block, and it would be great to navigate those by jumping the same way I do in normal code.

Cursive is awesome! Thanks for all the great work.

ro6 commented 5 years ago

Also, name refactorings don't work in the same context.