-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add Prettier as a suggested VS Code/Cursor extension #7516
Copy link
Copy link
Labels
good first issueGood for newcomersGood for newcomers
Description
Where would you like this feature?
The developer package (workspace configuration)
What's the feature?
Add Prettier as a suggested extension in the VS Code/Cursor workspace settings so developers get the code formatter configured automatically when they open the repository.
This can be done by adding Prettier to the extensions recommendations in .vscode/extensions.json. This improves the development experience by:
- Automatically suggesting Prettier installation to new contributors
- Ensuring consistent code formatting across the team
- Reducing setup friction for developers new to the project
- Aligning with the existing code quality tooling setup
Additional context
The Prettier extension is already configured as part of the project's formatting setup (as evidenced by yarn format and related scripts), so recommending it in workspace settings is a natural fit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers