Visual Studio Code中查看当前编辑器选项卡句柄上下文菜单的快捷键

huangapple go评论50阅读模式
英文:

Shortcut key in visual studio code to view the current editor tab's handle's context menu

问题

Visual Studio Code 中是否有快捷键可以打开当前打开标签的上下文菜单?我想通过快捷键打开此菜单,而不是用鼠标右键单击它。

这是一个示例:
标签菜单示例

在 Visual Studio 中有一个快捷键,即 Alt + -,我在这里找到了它:Visual Studio 帖子

英文:

Is there a shortcut in visual studio code to open the context menu of the currently open tab's handle? I want to open this menu via shortcut, not by right clicking on it with my mouse.

Here is the example:

tab menu example

There is a shortcut for this in visual studio <kbd>Alt</kbd> + <kbd>-</kbd> which i've found here: visual studio post

答案1

得分: 0

I don't think there is a bindable command for opening the context menu for editor tab handles at the time of this writing. Searching "context menu" in the keyboard shortcut editor, there are editor.action.showContextMenu (for the editor area), and settings.action.showContextMenu (for the settings UI), but that's it.

Googling "github vscode issues keyboard shortcut tab context menu", I found the following:

Both are closed as backlog candidates. Maybe some day they will be looked at again.

I'm not aware of any workarounds.

英文:

I don't think there is a bindable command for opening the the context menu for editor tab handles at the time of this writing. Searching "context menu" in the keyboard shortcut editor, there are editor.action.showContextMenu (for the editor area), and settings.action.showContextMenu (for the settings UI), but that it.

Googling "github vscode issues keyboard shortcut tab context menu", I found the following:

Both are closed as backlog candidates. Maybe some day they will be looked at again.

I'm not aware of any workarounds.

huangapple
  • 本文由 发表于 2023年6月9日 14:42:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/76437830.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定