提交 ee2ba801 编写于 作者: J Johannes Rieken

add cmd+i (mac), ctrl+i (linux/win) as additional intellisense trigger...

add cmd+i (mac), ctrl+i (linux/win) as additional intellisense trigger character, https://github.com/microsoft/vscode/issues/105207
上级 4fb1ce8a
......@@ -598,7 +598,8 @@ export class TriggerSuggestAction extends EditorAction {
kbOpts: {
kbExpr: EditorContextKeys.textInputFocus,
primary: KeyMod.CtrlCmd | KeyCode.Space,
mac: { primary: KeyMod.WinCtrl | KeyCode.Space, secondary: [KeyMod.Alt | KeyCode.Escape] },
secondary: [KeyMod.CtrlCmd | KeyCode.KEY_I],
mac: { primary: KeyMod.WinCtrl | KeyCode.Space, secondary: [KeyMod.Alt | KeyCode.Escape, KeyMod.CtrlCmd | KeyCode.KEY_I] },
weight: KeybindingWeight.EditorContrib
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册