Virtual Method
IdeCompletionProviderget_comment
since: 3.32
Description
If the completion proposal has a comment, the provider should return a newly allocated string containing it.
This is displayed at the bottom of the completion window.
Available since: 3.32
Parameters
proposal
-
Type:
IdeCompletionProposal
An
IdeCompletionProposal
.The data is owned by the caller of the function.