Daniel Fatkic
- 活动总数 74
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 See the overwriten methods
Is there a way to see all overwriten methods of a class being extended from an other?If i activate "show inherited" in the structure window, i can see all methods, if i deactivate it, i see current... -
创建于 Inspect Folder
How can i select a folder to be inspected?Randomly, i can select the folder, but most of the times when i try it, i'm getting the popup with the scope (check attachment)There's no way to select the... -
创建于 2 different popups
Sorry for the strange title, i don't know how to name it:(How can i activate that the "popup" /overlay shows me the method name, of the current method (right image)AS you see, on the left image, it... -
创建于 phpdoc to simulate class for variable type hinting
Sorry for the strange name;)Let's start with some demo code, maybe it's easier to understand what i meanclass Foo extends Bar{}The problem is, Bar doesn't exist, because it's created on runtime as ... -
创建于 record macro to automatic edit a file
Is there a way to run a macro, where i can input a value and which replaces a variable in a file with my input? -
创建于 Github problem
I've set up a project with github support.Then i added my github account in the phpstorm settings and the test was ok.But i'm not able to push the filesI'm getting this error:Pushing to git@github.... -
创建于 File Template - File Username Variable
I've created a new file template.is it possible to use the filename used for the file in the file template?for example:filename:Libtemplateclass Foo_${class} extends Foo{}would create 2 imput fiel... -
创建于 tag library like in dreamweaver
We we're working with an project which have a own "template namespace" / template syntax<xen:form ..<xen:h1>text</xen:h1><xen:require template="foo" />In dreamweaver, we can create own tag librarie... -
创建于 Can't create Unit Tests
Hi,I'm getting always an error, when i try to create an Unit Test. (see screenshot)Is this a bug or have i to change something in the settings?thxAttachment(s):phpstorm error.PNG -