Add CodeAction interface #34597
Labels
api
editor-code-actions
Editor inplace actions (Ctrl + .)
feature-request
Request for new features or functionality
under-discussion
Issue is under discussion for relevance, priority, approach
Part of #33555
Problem
Code actions are currently just a list of
Command
. These commands provide have no information about what the code action actually does. We'd like to be able to do the following:Proposal
Introduce a new
CodeAction
interface that defines additional information about a code action. To start, I propose we add two additional field to this interface: a type and a list of diagnostics:// cc @jrieken
The text was updated successfully, but these errors were encountered: