idea-php-annotation-plugin
idea-php-annotation-plugin copied to clipboard
Refactoring (rename class) does not updates referenced annotations
use Ololo\ImageConstraint;
class A
{
/**
* @ImageConstraint
*/
public $file;
}
After I renamed ImageConstraint to Image class updated only on import section but annotation haven't updated
related to #38
Is this PS bug or plugin?
Find Usage to support this is implemented nowhere, currently