Skip to content

Code action intellisense in the keybindings JSON editor #84033

@mjbvz

Description

@mjbvz

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 + .)feature-requestRequest for new features or functionalityverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions