daidodo/format-imports

Support removing unused import in Vue.

Open

#20 aberto em 2 de jan. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (4 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (51 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador