Camelcade/Perl5-IDEA

Support For Class::Tiny

hurricup opened this issue · 0 comments

Discussed in #2814

Originally posted by Tomasu December 28, 2023
I was wondering if it would be possible to get support for code using Class::Tiny? I think the most useful bit of support would just include handling the use Class::Tiny qw/some fields here/; statement to provide the available methods (in this case: 'some', 'fields' and 'here'). Maybe also point MyClass->new() at a BUILD or BUILDARGS sub if available.