-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
editor-code-actionsEditor inplace actions (Ctrl + .)Editor inplace actions (Ctrl + .)feature-requestRequest for new features or functionalityRequest for new features or functionalityverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Feature request
When creating a keybinding for a specific code action, such as:
{
"key": "shift+ctrl+e",
"command": "editor.action.codeAction",
"args": {
"kind": "refactor.extract",
"preferred": true
}
}
We should show intellisense for the args
property and also intellisense for code action kind by leveraging the new contribution point from #82718
/cc @sandy081
Metadata
Metadata
Assignees
Labels
editor-code-actionsEditor inplace actions (Ctrl + .)Editor inplace actions (Ctrl + .)feature-requestRequest for new features or functionalityRequest for new features or functionalityverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded