Microsoft/vscode

Show 'Source' actions in file explorer context menu

Open

#53,180 创建于 2018年6月27日

在 GitHub 查看
 (2 评论) (1 反应) (1 负责人)TypeScript (10,221 fork)batch import
editor-code-actionsfeature-requesthelp wanted

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

Feature request Show source actions in the file explorer context menu. This would allow triggering actions such as organize imports on file

I believe this would require a new activation event and a new way to present source actions (instead of using the editor right click context menu)

Alternatives

  • A generic source context menu could be contributed by an extension

  • Or individual extensions could contribute new items to the file explorer context menu

贡献者指南