All notable changes to the "perl-auto-use" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
- fix problem
- avoided token including Perl's declare token
- changed where to insert use statement
- insert after last use statement
- sort use statements ascending
- improve idempotency
- you can exec auto use command even if use statements has already exist
- fix unintended handling of code action
- ignore POD
- fix problem
- deleted use statements unintendedly
- fix problem
- took so much time to scan for many files
- string (e.g.
'string') was targeted to auto use - fully qualified subroutine (e.g.
JSON::Types::number) wasn't targeted to auto use
- fix problem
- targeted to hash key
- targeted to a fully qualified subroutine in comment
- not targeted to fully qualified constant