Jonathan FV
- Total activity 62
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created Adding elements to PSI in PhpStorm
I would like to add elements to PSI in PhpStorm (class field, php doc comment).I've seen examples I've tried to bas me on, but the use PsiManager.getElementFactory(), which is missing in my version... -
Created Centering form
I'm creating a form (bbaaddd JFrame based, if anyone can offer something nicer, please do) for a goto mecanism.As such, I'd like it to appear at the same place as other go to dialog appear, ie more... -
Created PHP Plugins (PSI)
Since PhpStorm 2 is out, I'd like to develop one or more plugins for it.Is it possible? For now, I don't need anything but PSI.