Dmitry Los
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 5
-
创建于 Wrong "Throws non-annotated/unhandled exception" inspection triggering
On PhpStorm 2018.1.1 I have wrong triggering of "Throws non-annotated/unhandled exception" inspection. I have SubscribersRepositoryException which extends \Exception. When a throw this exception... -
创建于 Reopening folder in project view file structure doesn't collapse all subfolders
Before PhpStorm 2018.1 when I close folder with opened subfolders in project view file structure and then open this folder, all the subfolders were closed too. Now at PhpStorm 2018.1 it doesn't w... -
已编辑于 Font sync between two PhpStorms
I have two instances of PhpStorm - one on my home PC (Linux Mint 18.2) and another on work PC (Ubuntu 14.04). I use "IDE Settings Sync" plugin to sync my settings between instances. I use 14pt font... -
已编辑于 Indent in 'if' block after Enter
已回答Hello. I have a problem with auto-indent in blocks of code (function declaration, if block or loop block). For example, when I typing if condition (symbol | is where cursor stands): if (true) {...