主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Chris Thompson
活动总数
9
最后的活动
2016年01月18日 00:45
成员加入日期
2013年02月13日 19:15
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2013年02月13日 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...
社区
PhpStorm
New static construction needs additional PhpDoc for PhpStorm to see it?
0 票
创建于
2013年02月13日 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....
社区
PhpStorm
New static construction needs additional PhpDoc for PhpStorm to see it?
0 票
创建于
2016年01月06日 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...
社区
PhpStorm
Mac: A certain file won't open an editor tab
0 票
创建于
2015年12月30日 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...
社区
PhpStorm
Mac: A certain file won't open an editor tab
0 票
创建于
2016年01月04日 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
社区
PhpStorm
Mac: A certain file won't open an editor tab
0 票
创建于
2016年01月04日 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
社区
PhpStorm
Mac: A certain file won't open an editor tab
0 票