Stephan Krauß
- 活动总数 290
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 112
-
创建于 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 -... -
创建于 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(){ ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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' ... -
创建于 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(); ... -
创建于 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(... -
创建于 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