主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Marcos Passos
活动总数
11
最后的活动
2016年01月17日 23:48
成员加入日期
2013年06月23日 14:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2013年06月23日 21:32
Aha! Here is the problem.It doesn't seems obvious for me since almost all personalizations are immediately applied just clicking on the "apply" button.Thanks so much for you time.
社区
PhpStorm
How can I disable these horizontal lines?
2 票
创建于
2013年07月01日 17:46
I understood what you said, but what I'm trying to do is configure the auto generator to generate the getters and setters methods in the same order of the properties but placing the getter before t...
社区
PhpStorm
How can I place the auto-generated getter before the setter?
0 票
创建于
2013年07月01日 18:52
Ok, thanks so much for your time.
社区
PhpStorm
How can I place the auto-generated getter before the setter?
0 票
创建于
2013年07月01日 17:15
I've saw that and I've read the article but I've no idea how change the method order. Can you help me?
社区
PhpStorm
How can I place the auto-generated getter before the setter?
0 票
创建于
2013年07月01日 18:12
I've this:class ClassName { protected $c; protected $b; protected $a; }This is my goal:class ClassName { protected $c; protected $b; protected $a; public function getC(...
社区
PhpStorm
How can I place the auto-generated getter before the setter?
0 票
创建于
2013年07月01日 18:41
Alt + Enter does not work on Mac (I believe the equivalent on Mac is [Command] + [N]). Anyway, there isn't a way to use the bulk generation keeping the property declaration order, right?
社区
PhpStorm
How can I place the auto-generated getter before the setter?
0 票
创建于
2013年06月23日 21:06
I've tried this without success, take a look on the following screenshots. These lines causes me a visual discomfort, in fact I don't even know what they are for. I really want to disable this. Do ...
社区
PhpStorm
How can I disable these horizontal lines?
0 票