format-imports icon indicating copy to clipboard operation
format-imports copied to clipboard

Support removing unused import in Vue.

Open daidodo opened this issue 3 years ago • 0 comments

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.

daidodo avatar Jan 02 '23 23:01 daidodo