Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jonathan FV
Total activity
62
Last activity
May 18, 2018 10:13
Member since
March 23, 2011 02:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
19
Activity overview
Posts (13)
Comments (30)
Sort by recent activity
Recent activity
Votes
Created
February 19, 2013 04:30
Answer: PsiElement has a getProject() method. Feeling dumb.
Community
IntelliJ IDEA Open API and Plugin Development
Getting current project in an inspection
0 votes
Created
April 22, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intention API
0 votes
Created
August 06, 2014 12:29
Thanks, but I was actually looking for a list of all possible values for "someGroupId" and "someActionId".
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 votes
Created
August 06, 2014 12:48
Great, many thanks :)
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 votes
Created
January 29, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
IncorrectOperationException: Must not modify PSI inside save listener
0 votes
Created
January 31, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Caret on a new empty line
0 votes
Created
July 08, 2015 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Add files to AppCode project
0 votes
Created
March 23, 2011 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?
Community
IntelliJ IDEA Open API and Plugin Development
PHP Plugins (PSI)
0 votes
Created
March 26, 2011 02:00
Thanks, works fine :)
Community
IntelliJ IDEA Open API and Plugin Development
Adding elements to PSI in PhpStorm
0 votes
Created
July 31, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 votes
«
First
‹
Previous
Next
›
Last
»