Stephan Krauß
- 活动总数 290
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 112
-
创建于 profiling one part of an application
At the moment I'm testing the xdebug profiler. I want to test only a portion of an application.I use ' Tools-> Analysis Xdebug Profiler snapshot' .How can I navigate to a part of the app. How can I... -
创建于 Batch Processing in PhpStorm
Hello!At the moment I work on a number of scripts.Such scripts variable names must be changed.For example:$test is changed $ _myTest$foo is altered $fooMyTest$bar is changed $barXYZIs it possible i... -
创建于 found by calling methods
Hello!I have several classes in a project.Sometimes I have to revise these classes.For this purpose, the methods are changed in the classes.Is there a way to explore where these methods are called ... -
创建于 representing the dependence of classes
Hello!Does PhpStorm a tool to search for classes?Does PhpStorm a tool that shows the dependencies of classes?I have a class. In this class, other classes are used.For example:myClass {public functi... -
创建于 debugging and instance variables
Hello! At the moment I'm testing the possibilities of debugging in PhpStorm. For this I use an example.--------------------------------class documentor{ private $_variable; public function se... -
创建于 quick document of a class
Hello! I'm writing my classes 'javadoc blocks'. I want to see my classes while writing a documentary. Is there a 'simple inline Documentor' in PhpStorm. Yours sincerely, Stephan -
创建于 autocomplete / suggest function params
Hello !I have a function with a javadoc bloc.For example:/*** my special function** @param $aaa string* @ param $bbb array*/function myTest($aaa, array $bbb){ ... snipp ... return;}Is there a way ... -
创建于 Inline comments for PhpDoc
Hello! I use to create the javadoc comments PhpStorm. In the first step I write a function.function myTestFunction(array $items, $string){ // inline comment 1 ... bla ... // inline comment 2 ..... -
创建于 PhpStorm and DocBlox
Hello! I want to document the use of my scripts DocBlox. http://www.docblox-project.org/ In addition I have found the following instructions. http://docs.docblox-project.org/for-users/integrating-w... -
创建于 Design Pattern and PhpStorm
Hello! In Berlin there is a very active user group Php. In one of the last meeting we talked about PHP Editors. The clear winner was 'PhpStorm'. :-) At yesterday's meeting of user group was the ...