Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Marcos Passos
Total activity
11
Last activity
January 17, 2016 23:48
Member since
June 23, 2013 14:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
June 23, 2013 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.
Community
PhpStorm
How can I disable these horizontal lines?
2 votes
Created
July 01, 2013 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...
Community
PhpStorm
How can I place the auto-generated getter before the setter?
0 votes
Created
July 01, 2013 18:52
Ok, thanks so much for your time.
Community
PhpStorm
How can I place the auto-generated getter before the setter?
0 votes
Created
July 01, 2013 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?
Community
PhpStorm
How can I place the auto-generated getter before the setter?
0 votes
Created
July 01, 2013 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(...
Community
PhpStorm
How can I place the auto-generated getter before the setter?
0 votes
Created
July 01, 2013 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?
Community
PhpStorm
How can I place the auto-generated getter before the setter?
0 votes
Created
June 23, 2013 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 ...
Community
PhpStorm
How can I disable these horizontal lines?
0 votes