Why can't Cursive identify Java methods in Clojure code?

75 Views Asked by At

This code works just fine.

  (.. svc (projects) (search) (setQuery filter) (setPageToken tok) execute)

(See also screenshot.)

It seems that the IDE has all the type-info it needs since svc is type-hinted as CloudResourceManager.

So why can't the syntax highlighting identify projects and other methods, and why does the inspection say "...cannot be resolved"?

enter image description here

1

There are 1 best solutions below

0
Eugene Pakhomov On BEST ANSWER

It's an issue that's been there for quite some time now: https://github.com/cursive-ide/cursive/issues/321