Stephan Krauß

Avatar
  • Total activity 290
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 112
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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  .....
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 1 comment
    • 0 votes