简体   繁体   中英

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

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"?

在此处输入图像描述

这是一个已经存在了很长一段时间的问题: https ://github.com/cursive-ide/cursive/issues/321

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM