Perl5-IDEA
Perl5-IDEA copied to clipboard
Support For Class::Tiny
Discussed in https://github.com/Camelcade/Perl5-IDEA/discussions/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.