Yurii Hryhoriev
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
-
Yurii Hryhoriev created a post, Functions usages are not found in string literals
In our PHP project we use mechanism in which string literals can be parsed and resolved to function or static method. I wrote a plugin for navigation from literal to source function/method in PHPSt... -
-
Yurii Hryhoriev created a post, PhpIndex.getInstance fails
It fails with java.lang.IllegalStateException: @NotNull method com/jetbrains/php/PhpIndex.getInstance must not return null. My client code is: Project project = psiElement.getProject();PhpIndex ind... -
Yurii Hryhoriev created a post, PsiReference and navigation to function/static method
I write a plugin which by Ctrl+Click on string literal should resolve it as a function or static method and should navigate to file and it's declaration within this file. I implemented PsiReference...