View source
typedef CompletionItemLabelDetails
package languageServerProtocol
import languageServerProtocol.Types
Additional details for a completion item label.
Available since
3.17.0
.Fields
optionaldetail:Null<String>
An optional string which is rendered less prominently directly after {@link CompletionItem.label label}, without any spacing. Should be used for function signatures or type annotations.
optionaldescription:Null<String>
An optional string which is rendered less prominently after {@link CompletionItem.detail}. Should be used for fully qualified names or file path.