Pavel

- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 17
-
Pavel commented, -
-
Pavel created a post, Gutter "implementation" icons
Hi, Can someone tell me how to remove gutter "Implementation" navigation icons? All I could find is this UI, but I do not want to remove all the icons (bookmarks, breakpoints etc.) I just want to ... -
Pavel created a post, AnsweredBrackets - white background since 2016.1
Hey guys, Since upgrade to PhpStorm 2016.1 I have got this issue - all types of brackets got white background color. I can go to color settings and uncheck checkbox responsible for that - but it ap... -
Pavel created a post, PhpStorm 8: Is there any way to suppress SQL errors when $tableName is variable?
Is there any way to suppress these errors? I use #1/2 example a lot and it makes my code yellow/red and frustrated me :[ I think valid code should not be marked like errors.Last example seems OK bu... -
Pavel created a post, Php Mess Detector (PHPMD) - Does not work
Hello, I am trying to use php mess detector and so far - no luck.I have installed phpmd using composer: ---------------------------------------------------------- > composer install Loading compos... -
Pavel created a post, Suggestions for iterators
Hello,I am looking for a way to specify type of items in collection for PhpStorm.For example, i have class which implements interface Iterator.Inside this class I have an array of itemsclass Collec... -
Pavel created a post, PhpStorm 7 and Live templates
After upgrade to PhpStorm 7 I noticed that livetemplates suggestions have priority in suggestion list lower than constructionsFor example, I have live template called "foreach"Before update: I type... -
Pavel commented, -
Pavel created a post, It there any way to generate class @method entities for "magic" getters/setters?
PhpStorm intentions able to generate getters and setters very easily:But I wonder is there any way to add @method entities for class in case of "magic" getters/setters implemented using __call(). B...