Dmitry Los
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Created 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... -
Created 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... -
Edited 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... -
Edited Indent in 'if' block after Enter
AnsweredHello. 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) {...