Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Andriy Bazanov
Total activity
14631
Last activity
April 16, 2026 07:14
Member since
July 22, 2010 13:43
Following
0 users
Followed by
2 users
Votes
768
Subscriptions
5209
Activity overview
Posts (1)
Comments (8653)
Sort by recent activity
Recent activity
Votes
Created
May 01, 2015 20:33
Well ... AFAIK this is IDEA-specific theme .. so try searching using "IDEA" or "IntelliJ" as a keyword.
Community
PhpStorm
Name of default light theme PHPstorm
0 votes
Created
April 29, 2015 13:45
Hi there,Generally speaking: you cannot -- such type hinting works for top level only.If you can edit original file (where that class is defined) you could add proper type-hint there (be it via @va...
Community
PhpStorm
How to declare a type of an object within an object?
0 votes
Created
April 29, 2015 14:30
Unless I misunderstood you...<?phpclass MyClass { public $prop1;}class BaseClass { protected $someObject;}/** * @property MyClass $someObject */class SomeClass extends BaseClass { protecte...
Community
PhpStorm
How to declare a type of an object within an object?
0 votes
Created
April 29, 2015 15:51
It's the case #2 and it's working: <?phpclass class_phone{ public $phone; public $type;}class class_company{ /** @var class_phone */ public $ophone; function phone_codecompletion_iss...
Community
PhpStorm
How to declare a type of an object within an object?
0 votes
Created
April 28, 2015 10:24
Hi there,1) Close all opened projects in IDE so that you see Welcome screen.2) There choose "Configure > Plugins" and disable plugin there.3) Restart IDEIf you actually need Blade support -- instal...
Community
PhpStorm
Can't access preferences
0 votes
Created
June 05, 2013 19:13
Hi there,Seems like your case: http://youtrack.jetbrains.com/issue/IDEA-96498
Community
PhpStorm
external tools and working directory problem
0 votes
Created
April 22, 2015 09:03
Hi there,Live Templates is not right tool for this .. as it basically a code snippets with some basic operations on variables/placeholders -- it cannot itterate etc.You may look at File Templates [...
Community
PhpStorm
How to create template of PHP class with dynamic number of members?
0 votes
Created
April 19, 2015 00:29
Hi there,https://youtrack.jetbrains.com/issue/WI-16368
Community
PhpStorm
Auto-complete in traits
0 votes
Created
August 16, 2012 01:45
telnet> open \\bwhite 9000Trying 10.10.20.139...Connected to bwhite.hq.firespring.com (10.10.20.139).Escape character is '^]'.Just to double check: I hope you were running this command on a server ...
Community
PhpStorm
more remote debugging
0 votes
Created
August 16, 2012 02:00
The only xdebug settings I'm setting at runtime are remote log and remote host.You see -- I think it could be actually the problem.By default the remote host is localhost (based on your output -- v...
Community
PhpStorm
more remote debugging
0 votes
«
First
‹
Previous
Next
›
Last
»