主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yurii Hryhoriev
活动总数
11
最后的活动
2018年04月13日 07:19
成员加入日期
2018年03月22日 16:18
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(3)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2018年04月13日 07:19
Invalidating caches doesn't help. My PhpReferenceContributor#registerReferenceProviders is quite simple: @Overridepublic void registerReferenceProviders(@NotNull PsiReferenceRegistrar registrar) { ...
社区
IntelliJ IDEA Open API and Plugin Development
Functions usages are not found in string literals
0 票
已编辑于
2018年04月12日 15:35
PsiReferenceProvider implementation does not matter, - the thing is that debugger does not even step into CoPsiReferenceProvider#getReferencesByElement method when searching function usages!
社区
IntelliJ IDEA Open API and Plugin Development
Functions usages are not found in string literals
0 票
创建于
2018年04月10日 08:32
My implementation of PsiReferenceProvider: package com.cocinco.idea;import com.cocinco.idea.reference.CoCallReference;import com.cocinco.idea.reference.CoImportReference;import com.intellij.ide.uti...
社区
IntelliJ IDEA Open API and Plugin Development
Functions usages are not found in string literals
0 票
创建于
2018年04月02日 10:54
Hi Artem! I don't know what does the scope column mean, but setting php libs scope to `provided` solved the problem! :) Thank you very much for your answer!
社区
IntelliJ IDEA Open API and Plugin Development
PhpIndex.getInstance fails
0 票