提交 5346c5e9 编写于 作者: M Matt Bierner

Use ... after code action comand labels to indicate they require further input

上级 556fa03c
......@@ -161,7 +161,7 @@ export class QuickFixAction extends EditorAction {
constructor() {
super({
id: QuickFixAction.Id,
label: nls.localize('quickfix.trigger.label', "Quick Fix"),
label: nls.localize('quickfix.trigger.label', "Quick Fix..."),
alias: 'Quick Fix',
precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasCodeActionsProvider),
kbOpts: {
......@@ -238,7 +238,7 @@ export class RefactorAction extends EditorAction {
constructor() {
super({
id: RefactorAction.Id,
label: nls.localize('refactor.label', "Refactor"),
label: nls.localize('refactor.label', "Refactor..."),
alias: 'Refactor',
precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasCodeActionsProvider),
kbOpts: {
......@@ -268,7 +268,7 @@ export class SourceAction extends EditorAction {
constructor() {
super({
id: SourceAction.Id,
label: nls.localize('source.label', "Source Action"),
label: nls.localize('source.label', "Source Action..."),
alias: 'Source Action',
precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasCodeActionsProvider),
menuOpts: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册