prettier/prettier-vscode

Visual Studio Code extension for Prettier

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 12th, 2026
Created on January 10th, 2017
Open Issues & Pull Requests: 53 (+0)
GitHub issues: Enabled
Number of forks: 523
Total Stargazers: 5,514 (+0)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.6 hours
Mean response time: 19.3 days
90th percentile: 52.5 days
Tracked items: 1,808

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 4 hours, while "uncomfirmed" waits about 3 weeks. Only 3% of issues opened in the past year have been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 711 days
Stale 30+ days: 39
Stale 90+ days: 34

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • locked (1,817)
  • need-more-info (202)
  • stale (155)
  • bug (121)
  • enhancement (98)
  • triage-pending (82)
  • help-wanted (26)
  • uncomfirmed (22)

Detailed Description

Prettier for Visual Studio Code is a Visual Studio Code extension that integrates the Prettier code formatter into the editor.

Prettier solves the problem of inconsistent code formatting by parsing code and reprinting it according to opinionated, consistent rules that account for maximum line length and wrap code when necessary. The extension brings this formatting capability directly into VS Code, allowing developers to format code on demand or automatically on save. It supports a wide range of languages including JavaScript, TypeScript, Flow, JSX, JSON, CSS, SCSS, Less, HTML, Vue, Angular, GraphQL, Markdown, and YAML, with support for additional languages through Prettier plugins.

Developers should adopt this extension if they want to enforce consistent code style across their projects without debating formatting rules. It suits any project using VS Code where team members benefit from automatic, opinionated formatting. The extension can be configured as the default formatter for specific languages or all languages, and formatting can be disabled selectively per language if needed. The tool resolves Prettier from your project's local dependencies by default, which is the recommended approach, but can also use global modules or fall back to a bundled version if Prettier is not installed elsewhere.

The project maintains active continuous integration with automated testing on the main branch. The extension includes a security feature that prompts users to confirm loading Prettier modules to prevent execution of untrusted code. Configuration is flexible, allowing per-language formatter selection and granular control over which file types trigger automatic formatting.