daidodo/format-imports

Support removing unused import in Vue.

Open

#20 创建于 2023年1月2日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (4 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (51 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南