Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Perl CompletionsNew to Visual Studio Code? Get it now.
Perl Completions

Perl Completions

JOROL

|
3,326 installs
| (1) | Free
Perl code completion snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Perl Completions README

Perl Completions implements code completion for Perl5 via snippets.

All functions and their arguments were extracted from Alphabetical Listing of Perl Functions.

The flow-control keywords were extracted from Compound Statements.

Features

  • Tab-completion support for Perl5 functions and their arguments.
  • Tab-completion support for Perl5 flow-control keywords like for, if, while, ...

Type the first letters of a function or flow-control keyword and auto-complete will offer some snippets:

auto-complete snippets

Use TAB to replace the placeholders like BLOCK, EXPR, LIST, VAR, ...:

tab stops

Use the keyword init for boilerplate of scripts, modules and tests:

init boilerplate

test boilerplate

Configuration

Enable it with "editor.tabCompletion": "on".

Release Notes

0.0.1

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft