Daniel Zvir

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
-
-
Daniel Zvir created a post, Change displayed name of PsiElement
Hi, I have a PsiReferenceContributor, which successfully triggers my ReferenceProvider, which provides the references seen in the following picture. These references are generated using the follow... -
Daniel Zvir created a post, How to make PsiReference target specific file offset
Hi, I am trying to create my custom PsiReference, that should target a specific file and open it at a specified position. How can I do that? Translate('0607') I have a ReferenceContributor that ext... -
-
Daniel Zvir created a post, Run method when cursor is in specific function argument
Hi, I am trying to extend my plugin, but I require some help yet again! I want to show the user a small pop-up, or some other visual indication with text when the cursor is within the parameters of...