Clojure-Sublimed syntax breaks go-to definition of namespaced functions
With the default Clojure syntax, go-to definition works with namespaced functions within the project. When using Clojure-Sublimed, this no longer works.
Below shows go-to definition working with default syntax on the right, not working with Clojure-Sublimed on the left, and then working in Clojure-Sublimed when the namespace is removed.
https://user-images.githubusercontent.com/9307830/152366148-1f2d2e8a-d086-4dc7-8178-2aeae7cdf974.mov
Interesting! Works for me
Yeah that's really weird. I just checked and I can get it to work in other projects, just not one in particular. I tried clearing cache and indexes, copying the project to a new folder, but it's persisting. I'll see if I can find a way to reproduce the problem.