Module code_action_resolve

Module code_action_resolve 

Source
Expand description

§============================================================================= codeAction/resolve

Resolves lazily-evaluated code actions, currently focusing on “fix all”. When a code action stores CodeActionData::FixAll, we reissue tsserver’s getCombinedCodeFix to materialize the edits.

Functions§

handle