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

Support For Class::Tiny

Open hurricup opened this issue 1 year ago • 0 comments

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.

hurricup avatar Jan 10 '24 06:01 hurricup