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”.
请先登录再写评论。
Useful topic.