Microsoft/vscode

Show 'Source' actions in file explorer context menu

Open

#53.180 geöffnet am 27. Juni 2018

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
editor-code-actionsfeature-requesthelp wanted

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide