Method
IdeLspCompletionItemget_additional_text_edits
since: 41.0
Declaration
GPtrArray*
ide_lsp_completion_item_get_additional_text_edits (
IdeLspCompletionItem* self,
GFile* file
)
Description
Obtain an array of all additional text edits to be applied to the project.
Available since: 41.0
Parameters
file
-
Type:
GFile
The file the completion is applied to.
The data is owned by the caller of the function.