rav eren
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 13
-
创建于 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... -
创建于 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... -
创建于 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? -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...