Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>PollyFrontendNew to Visual Studio Code? Get it now.
PollyFrontend

PollyFrontend

jwu910

|
90 installs
| (2) | Free
Extension pack for frontend development at Polly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Polly Frontend Development Extension Pack

This extension pack contains a set of extensions valuable to the frontend developer experience.

  • Polly Frontend Development Extension Pack
    • Contents
    • Additional Settings
      • settings.json

Contents

  • Better Comments Improve your code commenting by annotating with alert, informational, TODOs, and more!
  • EditorConfig for VS Code EditorConfig Support for Visual Studio Code
  • ESLint Integrates ESLint JavaScript into VS Code.
  • Vetur Vue tooling for VS Code
  • Vue VSCode Snippets Snippets that will supercharge your Vue workflow

Additional Settings

settings.json

Additional settings to help get ESLint and editor formatting enabled. Add following snippet to your settings.json in vscode

{
  "eslint.workingDirectories": ["./frontend"],
  "eslint.debug": true,
  "eslint.format.enable": true,
  "eslint.lintTask.enable": true,
  "[vue]": {
    "editor.defaultFormatter": "dbaeumer.vscode-eslint"
  },
  "[javascript]": {
    "editor.defaultFormatter": "dbaeumer.vscode-eslint"
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft