Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>perl-auto-useNew to Visual Studio Code? Get it now.
perl-auto-use

perl-auto-use

tjmtmmnk

|
1,552 installs
| (0) | Free
scan perl modules and you can auto use.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

perl-auto-use

automation

Icons made by Good Ware from www.flaticon.com

vscode extention for perl auto use

Style

  • This extension conforms to Perl's style guide (https://perldoc.perl.org/perlstyle.html)
    • Subroutine is all lowercase
    • No space between function name and opening parenthesis
    • No space before semicolon
    • Module is PascalCase

Setting

  • filesToScan: Perl module directory for scanning
    • Multiple directory can be specified
      • Separate with white space
      • For cpan module and test module etc

Sample

test

Plan

v1

  • complement use function automatically without executing commands
  • specify the directory for forecast functions
  • only forecast target exported by Exporter Module (@EXPORT,@EXPORT_OK)
    • does not work well if a function to get a function name in package is specified
      • e.g) https://metacpan.org/pod/Module::Functions

v2 (now)

  • coressponding to a function to get a function name in package

v3

  • cache the function forecast options
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft