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.

Not compatible with `prettier-plugin-organize-imports`

See original GitHub issue

If I install prettier-plugin-organize-imports and list it after prettier-plugin-jsdoc in the "plugins" array within .prettierrc.json, this plugin doesn’t do anything at all.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
hosseinmdcommented, Apr 5, 2021

i tested that work for me, i think you should set plugins. then restart vscode to work

1reaction
electrovircommented, Apr 3, 2021

I don’t understand, what has changed?

If I list prettier-plugin-jsdoc last, then prettier-plugin-jsdoc works but prettier-plugin-organize-imports doesn’t. If I list prettier-plugin-organize-imports last then prettier-plugin-organize-imports works but prettier-plugin-jsdoc doesn’t.

This is the same behavior as before the v0.3.18 update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

prettier-plugin-organize-imports
A plugin that makes Prettier organize your imports (i. e. sorts, combines and removes unused ones) using the organizeImports feature of the ...
Read more >
Not working with prettier-plugin-organize-imports #26
It appears that either prettier-plugin-tailwindcss or prettier-plugin-organize-imports affect the file, based on which one appears last in ...
Read more >
Prettier and prettier plugins doesn't work with multiple ...
Run npm i prettier prettier-plugin-organize-imports typescript -g; Configure to use global prettier package; If IDEA does not work, but prettier command works = ......
Read more >
How to quickly sort imports with Prettier
Sort Imports : Setting everything up​​ First, let's install the necessary dependencies. We'll need just two: prettier and the plugin 📦.
Read more >
How to quickly sort imports with Prettier
Having disorganized imports can make it harder to sift through code or just makes our code unappealing. Prettier can help us sort and...
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