daidodo / format-imports

JavaScript and TypeScript Import/Export Sorter
MIT License
45 stars 2 forks source link

Support removing unused import in Vue. #20

Open daidodo opened 1 year ago

daidodo commented 1 year ago

Currently, removing unused imports is disabled for .vue files because imports can be used outside of <script> (link) and there isn't an easy way to find them.

The feature request is to find a way to enable it.