I am refactoring a big PHP project (more than 500 PHP files) into namespace tree structure.
Is there a way to get Eclipse PDT automatically add use ... at the top of the file when an undefined class is encountered?
Otherwise: is there a way to get Eclipse PDT highlight undefined classes, so that i can do sort of right click -> add namespace, like in Microsoft Visual Studio?
Thank you