Add action editor::OpenContextMenu (#21494)

This addresses the editor context menu portion of #17819.

Release Notes:

- Added `editor::OpenContextMenu` action to open context menu at current
cursor position.
This commit is contained in:
Michael Sloan
2024-12-04 14:13:50 -07:00
committed by GitHub
parent 0bde0f8e2f
commit f0fac41ca4
5 changed files with 77 additions and 60 deletions
+3 -1
View File
@@ -108,7 +108,9 @@
"ctrl-'": "editor::ToggleHunkDiff",
"ctrl-\"": "editor::ExpandAllHunkDiffs",
"ctrl-i": "editor::ShowSignatureHelp",
"alt-g b": "editor::ToggleGitBlame"
"alt-g b": "editor::ToggleGitBlame",
"menu": "editor::OpenContextMenu",
"shift-f10": "editor::OpenContextMenu"
}
},
{