Daniel Fatkic
- 活动总数 74
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 External Tools Macro
Is there a way to use the current classname inside of the external toosl ?E.g. my code:class Baz_Foo{}now i need to use Baz_Foo inside of a external tool macroi've created a external toolprogram: C... -
创建于 Quick File navigation
Is there a way, to acces some very often needed files? For classes i'm able to use strg + n to enter a class, but i'm needing this for 4 xml files.Anybody knows an way for this?Could i probably use... -
创建于 Opening files from explorer
since the upgrade to phpstorm 3.0 i can't open files from the windows explorer.In the past versions, i was able to move the file with the mouse into the editor, now it's not possible anymore.i'm ge... -
创建于 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...