simonhaenisch/prettier-plugin-organize-imports
Make Prettier organize your imports using the TypeScript language service API.
JavaScriptMIT
Issues
- 1
[bug]A formatting exception occurs when a vue file uses setup and there is only import code in setup and no semicolon ending
#139 opened by snadn - 11
Prettier much slower when using this plugin
#114 opened by DaniloNovakovic - 1
- 1
Advertise the plugin in the list of community plugins on prettier documentation
#137 opened by murdos - 3
- 3
- 2
Add Astro support
#89 opened by kollinmurphy - 2
Feature Request: Expand Imports
#133 opened by davecarlson - 3
Grouping of imports according to their type
#97 opened by Majidahmadi - 1
It removes the Component<Type>
#130 opened by FritzAxel - 6
Bug formatting of Vue files break when using import type in first script block
#131 opened by Shinigami92 - 4
Imports get removed on save
#113 opened by jamal7887 - 3
Adding this plugin breaks github actions
#117 opened by pitis - 5
Unable to auto-format imports in Vue SFCs
#106 opened by brandonleichty - 4
Unused imports starting with underscore get removed
#128 opened by babakfp - 19
Volar packages renamed
#98 opened by tobiasdiez - 0
- 3
Support more options
#126 opened by kentcdodds - 2
- 1
Support for CommonJS
#121 opened by rohit-dukaan - 1
I would like to ask the author, this plugin collation and later support custom collation?
#119 opened by cMing1997 - 2
Using this plugin can be devastating for some types
#120 opened by cMing1997 - 1
Sort default imports and named imports
#118 opened by corradopetrelli - 1
Organize imports in Angular standalone components
#115 opened by benjavalero - 22
Imports may get removed if using Prettier range-start/range-end options
#110 opened by alexander-doroshko - 1
- 2
- 1
How to disable this plugin explicitly?
#109 opened by BatuhanW - 3
Feature request: configurable import sort order
#108 opened by linkurzweg - 2
Bug or feature? Once I type blank line between imports, imports are sorted within that group
#105 opened by Filipeue - 3
Sorting behavior inconsistent with prettier
#100 opened by ShopstoryFabian - 2
- 3
Prettier 3 support
#103 opened by MarcinBorowski95 - 25
Does not work with Prettier 3.0
#95 opened by Zamiell - 26
Investigate TypeScript 5 compatibility
#94 opened by simonhaenisch - 1
How to disable this plugin?
#101 opened by zk2611 - 2
[Feature request] Only remove unused imports
#99 opened by agreedSkiing - 2
Plugin does not do anything
#87 opened by akomm - 1
Blank line between imports creates "sort groups"
#93 opened by softdays - 1
Ability to add aliases
#92 opened by gkiely - 1
- 1
Cache performance issue
#90 opened by dgruszcz - 1
- 3
Ignores bracketSpacing option
#85 opened by TrevinAvery - 27
- 3
Oneline imports
#83 opened by btxtiger - 24
Upgrade `@volar/vue-typescript` to `v1.0.3`
#78 opened by Shinigami92 - 1
Removes an import for React in tsx file
#82 opened by ragraff - 1
What is the order it sorts by?
#81 opened by mesqueeb - 2
Automatic removal of entire `import` statements can also delete preceding comment blocks
#77 opened by jmartinezmaes