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

Fix resolve and completion for subcomponents and methods

Open hurricup opened this issue 3 years ago • 0 comments

Looks like atm we are working only with subcomponents in the current file, wihout any inheritance. And do not work with methods at all.

Also feels like we should lex slugs separately: SELF:, PARENT: and REQUEST:

  • https://metacpan.org/dist/HTML-Mason/view/lib/HTML/Mason/Devel.pod#%3C%def-name%3E
  • https://metacpan.org/dist/HTML-Mason/view/lib/HTML/Mason/Devel.pod#Accessing-methods-and-attributes

hurricup avatar Feb 05 '22 19:02 hurricup