主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andriy Bazanov
活动总数
14631
最后的活动
2026年04月16日 07:14
成员加入日期
2010年07月22日 13:43
关注
0 名用户
关注者数
2 名用户
投票数
768
订阅数
5209
活动概览
帖子(1)
评论(8653)
按最近的活动排序
最近的活动
投票数
创建于
2015年05月01日 20:33
Well ... AFAIK this is IDEA-specific theme .. so try searching using "IDEA" or "IntelliJ" as a keyword.
社区
PhpStorm
Name of default light theme PHPstorm
0 票
创建于
2015年04月29日 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...
社区
PhpStorm
How to declare a type of an object within an object?
0 票
创建于
2015年04月29日 14:30
Unless I misunderstood you...<?phpclass MyClass { public $prop1;}class BaseClass { protected $someObject;}/** * @property MyClass $someObject */class SomeClass extends BaseClass { protecte...
社区
PhpStorm
How to declare a type of an object within an object?
0 票
创建于
2015年04月29日 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...
社区
PhpStorm
How to declare a type of an object within an object?
0 票
创建于
2015年04月28日 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...
社区
PhpStorm
Can't access preferences
0 票
创建于
2013年06月05日 19:13
Hi there,Seems like your case: http://youtrack.jetbrains.com/issue/IDEA-96498
社区
PhpStorm
external tools and working directory problem
0 票
创建于
2015年04月22日 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 [...
社区
PhpStorm
How to create template of PHP class with dynamic number of members?
0 票
创建于
2015年04月19日 00:29
Hi there,https://youtrack.jetbrains.com/issue/WI-16368
社区
PhpStorm
Auto-complete in traits
0 票
创建于
2012年08月16日 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 ...
社区
PhpStorm
more remote debugging
0 票
创建于
2012年08月16日 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...
社区
PhpStorm
more remote debugging
0 票
«
第一页
‹
上一页
下一页
›
最后
»