Microsoft/vscode

Show 'Source' actions in file explorer context menu

Open

#53.180 aberto em 27 de jun. de 2018

Ver no GitHub
 (2 comments) (1 reaction) (1 assignee)TypeScript (10.221 forks)batch import
editor-code-actionsfeature-requesthelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

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

Guia do colaborador