Perl5-IDEA
Perl5-IDEA copied to clipboard
Implement refactoring and navigation for secondary elements generated by `has` and `mk_accessor` methods
Continuation of #2370
- How to refactor
- How to highlight usages
For now it feels like we should refactor with dialog such things or provide reference range after resolve
Seems that accessors or properties should be changed to some kind of multi-named subs.
- They should provide completion elements
- They should provide additional find usages
- We should collect kind of call data from invocation and build light element around it.