idea-php-annotation-plugin icon indicating copy to clipboard operation
idea-php-annotation-plugin copied to clipboard

Refactoring (rename class) does not updates referenced annotations

Open Koc opened this issue 10 years ago • 3 comments

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

Koc avatar Sep 02 '15 10:09 Koc

related to #38

Haehnchen avatar Oct 14 '15 11:10 Haehnchen

Is this PS bug or plugin?

Koc avatar Oct 14 '15 15:10 Koc

Find Usage to support this is implemented nowhere, currently

Haehnchen avatar Oct 14 '15 20:10 Haehnchen