主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jonathan FV
活动总数
62
最后的活动
2018年05月18日 10:13
成员加入日期
2011年03月23日 02:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
19
活动概览
帖子(13)
评论(30)
按最近的活动排序
最近的活动
投票数
创建于
2013年02月19日 04:30
Answer: PsiElement has a getProject() method. Feeling dumb.
社区
IntelliJ IDEA Open API and Plugin Development
Getting current project in an inspection
0 票
创建于
2013年04月22日 10:02
First of, YES, I am aware it's old ;)I'd think of writing a "reverse assignment" plugins, which would transform, whenever possible, "a = b.getC();" into "b.setC(a);".And I would love to have it app...
社区
IntelliJ IDEA Open API and Plugin Development
Intention API
0 票
创建于
2014年08月06日 12:29
Thanks, but I was actually looking for a list of all possible values for "someGroupId" and "someActionId".
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 票
创建于
2014年08月06日 12:48
Great, many thanks :)
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 票
创建于
2015年01月29日 03:49
I guess it's up to JetBrains team to answer some of your questions.In the meantime, I could suggest tryingApplicationManager.getApplication().runWriteAction()This might solve the writting issue (th...
社区
IntelliJ IDEA Open API and Plugin Development
IncorrectOperationException: Must not modify PSI inside save listener
0 票
创建于
2015年01月31日 14:05
Figured that it was a complex job... Actually, seems like one way to go is something like adding a ";", navigating to it, selecting it and removing selection.Also seems likeGenerateMembersUtil.posi...
社区
IntelliJ IDEA Open API and Plugin Development
Caret on a new empty line
0 票
创建于
2015年07月08日 00:19
I might be too late...Not sure the answer is here, but here are a few hints...PBXProjectPBXTargetXcodeMetaDataIn particular, XcodeMetaData has a getProjectFiles() function, returning a collection. ...
社区
IntelliJ IDEA Open API and Plugin Development
Add files to AppCode project
0 票
创建于
2011年03月23日 16:41
Glad to hear it :)I have successfully started, at least developing an IDEA Community plugins. And I can run it in Comminuty. Would there be a way to run it (and debug it?) in PhpStorm instead?
社区
IntelliJ IDEA Open API and Plugin Development
PHP Plugins (PSI)
0 票
创建于
2011年03月26日 02:00
Thanks, works fine :)
社区
IntelliJ IDEA Open API and Plugin Development
Adding elements to PSI in PhpStorm
0 票
创建于
2012年07月31日 14:18
Thanks, the issue is not compatibiliy.Issue was... more :)Now I wonder how comes my PHP inspections are working.For those reading looking for the solution, here's what I had to do: <extensions d...
社区
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 票
«
第一页
‹
上一页
下一页
›
最后
»