rav eren
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 13
-
Created PHPUnit displays 'terminated' if any warning/error is present.
I may be totally missing the point as this is my first time trying TDD and not only on PHPStorm.I create a class, create a test via context menu, and it works if I do something trivial like $t... -
Created Move through parts of words
IIRC there was such a feature, one could move the cursor through parts of words separated by _ or capital letters:prefix_myClassName----->|--->|--->|Now I cannot find it in the keymap, is that my m... -
Created smarty 3 support
I'm trying out smarty 3 rc3, but the checkbox in Settings->PHP->use smarty 3 spacing policy is disabled, even though I have Smarty3 in my project directory. How does the IDE check for it? -
Created How to define the directory structure of PHPUnit tests?
By default the create test option offers to create test in the same folder as the class itself and I assume it searches for it in the same place when I select go to Test.Where can I change this beh... -
Created How to jump to matching brace (or tag)
I can't seem to find a way to do that. Here's an explanation:if ( $foo ) {|<-cursor is here //lots of lines of code with own branches|}<- I press a shortcut key and the cursor jumps hereThe sa... -
Created Where is the setter/getter implementation mentioned in EAP build 95.17 announcement?
So basicaly I have this simple class:class classBlah { private $_blahBlah; private $_yadaYada;}I get nothing in the Generate.. submenu, except Implementing __set and __get methods, which I ca... -
Created Couple of questions
Hello, a long time notepad++ user, thoroughly enjoying PHPstorm. I'm having difficulties configuring some aspects of the IDE though. First of all, and most annoying, is that if I double click a cam...