Microsoft/vscode

Show 'Source' actions in file explorer context menu

Open

#53 180 ouverte le 27 juin 2018

Voir sur GitHub
 (2 commentaires) (1 réaction) (1 assigné)TypeScript (10 221 forks)batch import
editor-code-actionsfeature-requesthelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

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

Guide contributeur