Yurii Hryhoriev
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 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... -
创建于 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... -
创建于 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...