Reported by @kennyjwilli in Slack:
Cursive doesn't always correctly link line numbers in exceptions. For example, I'm in a project that contains compute.db.formulas namespace. The below exception highlights everything except the calls from that namespace.

It appears to have to do with the fact that the files are .cljc and not .clj.
Reported by @kennyjwilli in Slack:
Cursive doesn't always correctly link line numbers in exceptions. For example, I'm in a project that contains
compute.db.formulasnamespace. The below exception highlights everything except the calls from that namespace.It appears to have to do with the fact that the files are
.cljcand not.clj.