Method
LspCompletionItemget_command
Description
Gets the value of command.
An optional command that is executed after inserting this completion. Note that additional modifications to the current document should be described with the additionalTextEdits-property.
Return value
Type: LspCommand
The value of command.
| The returned data is owned by the instance. |
The return value can be NULL. |