Tuesday, 10 September 2013

Which IDE can refactor (rename) Zend Framework 2 classes properly?

Which IDE can refactor (rename) Zend Framework 2 classes properly?

A classname in a zf2 application is scattered around the project in
several config/autoload strings, use statements, whatnot.
Is there an IDE/plugin that keeps indexing these occurrences, thus can
reliable refactor (I mean only rename) a Zend Framework 2 class?
Considering the namespaces as well (as I can create classes of the same
name under different locations).

No comments:

Post a Comment