PhpStormSupportBundle icon indicating copy to clipboard operation
PhpStormSupportBundle copied to clipboard

confused

Open cordoval opened this issue 13 years ago • 0 comments

interesting approach on generating the xml for each project on command line tools

However, I was wondering since this is also doable if you just go to create a custom framework and pass the app/console to the field and it generates this automatically. havent you tried?

Nonetheless, I like your idea, perhaps this can be improved in some other way, I have some other scripts/repos that are useful for users so this can get tied to it. Like colors, coding styling, etc, symfony2 specific code templates, etc. It could become a Designer Kit.

I am actually of the idea to for instance integrate git commands on the console, but I did not know how to do chaining of several commands, like git add . && git commit -m "my custom message" so this would not work on Ctrl+Shift+X

http://devnet.jetbrains.net/docs/DOC-1230#cf

cordoval avatar Aug 07 '11 06:08 cordoval