How to get writing references like phpstorm find usages in my plugin
I am developing my plugin based on phpstorm. how can I get only writing references of specific variable(Variable, FieldAccess, Constant, etc..) using PhpStorm Find usages in my plugin? Phpstorm show references seprated with “Value read” and “Value write”.

Please sign in to leave a comment.
Useful topic.