Yana Key

Results 4 comments of Yana Key

Need this feature too.

Is it possible to make it work the same way with constructorParameter() method too? To be able to extend definition for one param only. Example: ``` class MyClass { public...

Not quite what I would like to do (-: Now I can avoid defining other constructor arguments and have them autowired only this way: ``` class MyClass { public function...

I've just replaced `cmd` with the path to Git Bash in .atom\packages\open-terminal-here\index.coffee ``` # defaultCommand = 'start /D "%cd%" cmd' defaultCommand = 'start /D "%cd%" D:\\Soft\\DEV\\Git\\bin\\sh.exe --login -i' ``` and...