Method
FoundryTextDocumentlist_code_actions
Declaration [src]
DexFuture*
foundry_text_document_list_code_actions (
FoundryTextDocument* self
)
Description [src]
Queries FoundryCodeActionProvider
for actions that are
relevant to the document based on the current diagnostics.
Return value
Type: DexFuture
A DexFuture
that resolves to
a FoundryFutureListModel
of FoundryCodeAction
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |