Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Chris Thompson
Total activity
9
Last activity
January 18, 2016 00:45
Member since
February 13, 2013 19:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
February 13, 2013 19:15
I'm seeing the same issue in the latest EAP release. Here's a simple code snippet: $row = new static(); $row->fromJson($json); return $row; In this case, fromJson is a method of the curr...
Community
PhpStorm
New static construction needs additional PhpDoc for PhpStorm to see it?
0 votes
Created
February 13, 2013 19:26
I know that, that's why I'm using static and not self. However, since the method is part of the parent class, the method should still be valid when the new static() is called from a derived class....
Community
PhpStorm
New static construction needs additional PhpDoc for PhpStorm to see it?
0 votes
Created
January 06, 2016 23:36
Per that issue, I removed comments that I had between chained statements:function getSAMLToken (req, res, next) { if (req.body.tokenid && req.body.agentid) { require('rest'). wrap(require...
Community
PhpStorm
Mac: A certain file won't open an editor tab
0 votes
Created
December 30, 2015 20:59
With WebStorm 12 EAP I actually get an AssertionError:Attempt to create a composite block with no childrenjava.lang.AssertionError: Attempt to create a composite block with no children at com.intel...
Community
PhpStorm
Mac: A certain file won't open an editor tab
0 votes
Created
January 04, 2016 16:49
Invalidate and restart did not fix the problem. Still getting the exceptions in WebStorm 12 EAP. Attached are my settings and the individual file.Attachment(s):LoginRoutes.jssettings.jar
Community
PhpStorm
Mac: A certain file won't open an editor tab
0 votes
Created
January 04, 2016 21:17
I just found another file that has the same issue.I also did a fullrm -rf repogit clone [myrepo]and the error persists. I still cannot open either of these files.Attachment(s):PipRoutes.js
Community
PhpStorm
Mac: A certain file won't open an editor tab
0 votes