Stephan Krauß

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

    Code Katas and PhpStorm

    Hello! Is there a way PhpStorm and Stack Overflow combine. I would like to highlight areas for discussion at PhpStorm Stack Overflow release. I would like the Berlin user group, the idea of 'Code -...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Autocompletion of methods and properties of a class

    Hello !I conducted a little experiment for auto completion.--------------------------------class controller {    public function __construct(){        // ...    }    public function testAction(){  ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    design pattern

    Hello! At the moment I'm still working with the version 2.1.x PhpStorm. Unfortunately I could not find any support for working with design patterns. I work with the pattern dependency. Therefore, I...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Code duplication in open files

    Hallo !Ich habe mir den neuen PhpStorm angesehen.Die Funktion  'Code' -> 'Locate Duplicates' ist eine wertvolle Neuerung.Gibt es eine Möglichkeit nach Doppelungen in geöffneten Dateien zu suchen ?M...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    snippets ???

    Hello! Time, a very simple question. Is there a snippet PhpStorm administration? And if so, where can I call them. Sincerely Stephan Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    PhpSorm generate PhpDocs

    Hello! We write the documentation on our script for the 'PhpDocumenter'. The documentation is only written when the checks were successful. Is there an example how to write using the tools of 'PhpS...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    xdebug and 'Analyze Stacktrace'

    Hello !Hello! I am using xdebug. Sometimes I make mistakes and get a 'stack trace' of xdebug in the browser. Can I use this in PhpStorm trace the error to track down? Is it to 'Analyze Stacktrace' ...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    mark methods in a class

    Hello !I have a class with a public and some private methods.For example.----------------------------class test{public function getInfo(){  $string1 = $this->_info1();  $string2 = $this->info2();  ...
    • 2 followers
    • 7 comments
    • 0 votes
  • Created

    help function for pattern

    Hello !I need a tip.I want to work with design patterns. For example, the dependency pattern. Here's an example.----------------------class model{   public $subClass;   public function setSubclass(...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Search -> Find Usages ... and Namespace

    Hello !In the moment i test the function 'Search' -> 'Find Usages ...' in the PhpStorm Editor.Can i use this function when i have namespaces in my script ?Your sincerlyStephan
    • 2 followers
    • 1 comment
    • 0 votes