idea-php-annotation-plugin
idea-php-annotation-plugin copied to clipboard
Corresponding bracket highlighting in Annotations
I personally love the PHPStorm highlighting off corresponding brackets. Unfortunately this feature does not work for brackets inside PHP Annotations. I've implemented that feature for annotations.
Unfortunately I did not find a way to perform only specific highlighting on change of the caret position so it maybe is not the perfect solution. But maybe someone knows a better way to do it?