Ok I looked at the code, and I was wrong

. Quick Refactoring is based off tagging but simply because a language has tagging support does not mean that all the operations are supported:
- Quick Modify Params - This currently only supports for Java and C++.
- Quick Replace Literal with Constant - This currently only supports Java, C++, and Slick-C.
It looks like Quick Extract Method should work for PHP. As long as the language has a
_LANGNAME_generate_function function written for it, which PHP has, it should be supported. Also, you need to have the code you wish to extract to a method selected as a non-block selection. If it's not working for you do you have a code sample I could check out?
I'm not sure of our future plans for support more languages with refactorings, Scott W. is probably the only one who could comment on that...
- Ryan