Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

Implement refactoring and navigation for secondary elements generated by `has` and `mk_accessor` methods

Open hurricup opened this issue 4 years ago • 2 comments

Continuation of #2370

  1. How to refactor
  2. How to highlight usages

hurricup avatar May 17 '21 15:05 hurricup

For now it feels like we should refactor with dialog such things or provide reference range after resolve

hurricup avatar May 17 '21 15:05 hurricup

Seems that accessors or properties should be changed to some kind of multi-named subs.

  1. They should provide completion elements
  2. They should provide additional find usages
  3. We should collect kind of call data from invocation and build light element around it.

hurricup avatar May 19 '21 07:05 hurricup