Fork me on GitHub
#emacs
<
2016-02-25
>
nha09:02:13

How does cider-find-var works with Java code ? In the following screenshot I don't get how it can see Java.util.concurrent.LinkedBlockedQueue and not Java.util.ArrayList : https://infinit.io/_/3cTZvJa

nha09:02:11

(not really important, I was just curious to dive a bit into the Clojure code)

bozhidar12:02:23

not sure what’s imported in your ns

bozhidar12:02:41

and I also have no idea what are using to display the candidates

bozhidar12:02:28

in general cider-find-var is not written with frameworks like ido and helm in mind - you’re supposed to use TAB-completion there

bozhidar12:02:35

although we might change this eventually