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