Investigate how editor extensions support Prettier forks
See original GitHub issue(One downside of forking is that it’s not enough to fork just the prettier/prettier
repo. You also need editor extensions. And if your team isn’t all using the same editor, or if your project is open source, you are going to need several editor integrations.)
_Originally posted by @lydell in https://github.com/prettier/prettier/issues/3101#issuecomment-606764384_
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Editor Integration - Prettier
prettier -vscode can be installed using the extension sidebar – it's called “Prettier - Code formatter.” Check its repository for configuration and shortcuts....
Read more >prettier-miscellaneous - npm
Prettier Miscellaneous is a fork of Prettier with the goal of supporting minor extra options. Latest version: 1.5.3, last published: 5 years ...
Read more >VS Code Performance – How to Optimize Visual Studio Code ...
Prettier is an opinionated code formatter. It currently supports the following languages: JavaScript, TypeScript, Flow, JSX, JSON, CSS, SCSS, ...
Read more >The prettier extension will use 'node_modules/prettier/index.js ...
Prettier is not a VS Code extension. The extension is a bridge (integration) between your editor and the Prettier package installed in the ......
Read more >Introducing the new Razor editor in Visual Studio 2022
The new model opens the doors to add new code fixes and refactorings more easily. The most used refactoring, Add missing usings is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should work.
@saramarcondes Would be great to hear from you and your team about your experience of using a fork. Did you face any issues with editor integrations?