Not compatible with `prettier-plugin-organize-imports`
See original GitHub issueIf 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:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top 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 >
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

i tested that work for me, i think you should set plugins. then restart vscode to work
I don’t understand, what has changed?
If I list
prettier-plugin-jsdoclast, thenprettier-plugin-jsdocworks butprettier-plugin-organize-importsdoesn’t. If I listprettier-plugin-organize-importslast thenprettier-plugin-organize-importsworks butprettier-plugin-jsdocdoesn’t.This is the same behavior as before the
v0.3.18update.