Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Yurii Hryhoriev
Total activity
11
Last activity
April 13, 2018 07:19
Member since
March 22, 2018 16:18
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
April 13, 2018 07:19
Invalidating caches doesn't help. My PhpReferenceContributor#registerReferenceProviders is quite simple: @Overridepublic void registerReferenceProviders(@NotNull PsiReferenceRegistrar registrar) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Functions usages are not found in string literals
0 votes
Edited
April 12, 2018 15:35
PsiReferenceProvider implementation does not matter, - the thing is that debugger does not even step into CoPsiReferenceProvider#getReferencesByElement method when searching function usages!
Community
IntelliJ IDEA Open API and Plugin Development
Functions usages are not found in string literals
0 votes
Created
April 10, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Functions usages are not found in string literals
0 votes
Created
April 02, 2018 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!
Community
IntelliJ IDEA Open API and Plugin Development
PhpIndex.getInstance fails
0 votes