question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
fiskercommented, Apr 27, 2020
{
  "devDependencies": {
    "prettier": "npm:another-prettier"
  }
}

This should work.

0reactions
thorn0commented, Jun 25, 2020

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found