Tag Archives: PHPStorm

Gnome Shell Quickfix Cheatsheet

Disable work-space up/down movers which block key bindings I use in Phpstorm. Important with that is that I don’t use these dynamic work-spaces at all, so making them static and only one: dconf write /org/gnome/desktop/wm/preferences/num-workspaces 1 dconf write /org/gnome/mutter/dynamic-workspaces false … Continue reading

Posted in Hakre's Tips, Uncategorized | Tagged , , , , , | Leave a comment

Hide Folders in PhpStorm Project Pane

How can I hide a directory in a PHPStorm project, for example .sass-cache I just asked myself this morning. Searching online didn’t reveal it to me and there are numerious options that were close but not about hiding the directory … Continue reading

Posted in Developing, Hakre's Tips, Pressed | Tagged | Leave a comment

Debug with Xdebug on the Commandline with Phpstorm and Git Bash

Enable Phpstorm Xdebug listening: Press the listen button inside Phpstorm to actually listen: To disable Phpstorm Xdebug processing in Bash again: This (PHPSTORM) is the default Phpstorm IDE-Key. You don’t need to disable listening after the variable is unset. Should … Continue reading

Posted in Hakre's Tips, PHP Development, Pressed | Tagged , , , , | 1 Comment

PHPStorm: WI-12547 Paste multiple commands into Command Line Tools Console

Posted on by hakre | Leave a comment

Running PHPUnit under multiple PHP Versions in Git Bash on Windows (+PHPStorm)

Just a quick note as I wiggled through that: To run your unit-tests with different PHP Versions in Git Bash on Windows, there is not much use in changing the PHPBIN windows environment variable to make PHPUnit pick the right … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

IDEA/PHPStorm: IDEA-64024 Git submodules should be supported

Posted on by hakre | Leave a comment

PHPStorm: WI-11524 Apply Patch from Clipboard

Posted on by hakre | Leave a comment

PHPStorm: WI-11284 support for {@inheritDoc} in PHPDoc

Posted on by hakre | Leave a comment

PHPStorm: WI-11283 __halt_compiler() doesn’t stop PHPStorm to continue parsing the file

Posted on by hakre | Leave a comment

PHPStorm: WI-10767 DOMDocument::loadXML is both: static and not-static PHP: Bug #29206 DOMDocument::LoadXML: Strict Standards: DOMDocument::loadXML(); is not static

Posted on by hakre | Leave a comment

PHPStorm: WI-3130 PHP: binary literal is reported as error – wow this one is opened since longer.

Posted on by hakre | Leave a comment

PHPStorm: WI-10660 $it = new MultipleIterator; – No parameters required

Posted on by hakre | Leave a comment

PHPStorm: WI-10662 Undefined variables after index 0 in sscanf

Posted on by hakre | Leave a comment

PHPStorm: WI-10191 PHPStorm commits w/o asking first when sharing repository on Github

Posted on by hakre | 1 Comment

PHPStorm: WI-10189 Help topic “reference.toolwindows.event.log” not found

Posted on by hakre | Leave a comment

PHPStorm: WI-10186 Add Intention flip key and value (foreach $key => $value to $value => $key)

Posted on by hakre | Leave a comment

PHPStorm: WI-10047 __halt_compiler() doesn’t stop PHPStorm to continue parsing the file PHPStorm: WI-10048 Inspection Problem on IteratorIterator getInnerIterator return type: Method ‘valid’ not found in class void

Posted on by hakre | Leave a comment

End of Zend IDE?

PHPStorm has not only pushed the boundaries of PHP IDEs but also kicked Zend-“the PHP company”-‘s “value for money” marketing promise. So to repeat slowly for those who were not able to note it down: The “premium” model is not … Continue reading

Posted in Hakre's Tips, Pressed, Tools | Tagged , , , , , , , | 2 Comments