phpstorm-phpdi
phpstorm-phpdi copied to clipboard
Add support for more building methods
Currently plugin is looking for only get
and make
method calls. As every project can have some their own specific building methods, I think that it would be cool to make it possible to configure plugin to listen to those methods.
E.g. there is some field PhpStorm plugin configuration like: Listened methods
where user can set his own methods. Let say that by the default, that field will contain value like get; make
- once someone would like to add support for his own method, he would just need to add semicolon and new value.
Thanks for the feedback.
Unfortunately I'm not actively maintaining this plugin, though I will accept a pull request if you are interested in doing so.
Leaving this open in case anyone would be interested to work on it.