为什么要在Clojure代码中标识Java方法?
此代码工作正常。
(.. svc (projects) (search) (setQuery filter) (setPageToken tok) execute)
(另请参见屏幕截图。)
似乎IDE具有所需的所有类型INFO,因为svc
被键入为 cloudresourcemanager
。
那么,为什么语法突出显示标识项目
和其他方法,为什么检查说“ ...无法解决”呢?
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"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个问题已经存在了很长时间了: https://github.com/草书id/草书/问题/321
It's an issue that's been there for quite some time now: https://github.com/cursive-ide/cursive/issues/321