Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>perltidy-vscodeNew to Visual Studio Code? Get it now.
perltidy-vscode

perltidy-vscode

kimuson

|
2,799 installs
| (0) | Free
VSCode extension for perltidy
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-perl README

This is vscode perltidy extension that supports VSCode's edit line only format ("editor.formatOnSaveMode": "modifications")

Example Setting

{
  "[perl]": {
    "editor.defaultFormatter": "kimuson.perltidy-vscode",
    "editor.formatOnSaveMode": "modifications",
    "editor.formatOnSave": true,
  },
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft