aesi-eclipse / com.virtlink.aesi.codecompletion / CompletionProposal / <init>
<init>
CompletionProposal(label: String, description: String, documentation: String, caseSensitive: Boolean, insertionText: String, caretOffset: Int)
Initializes a new instance of the CompletionProposal class.
Parameters
label - The label of the proposal.
description - The description of the proposal; or null.
documentation - The documentation of the proposal; or null.
caseSensitive - Whether the filter text is case sensitive.
insertionText - The text to insert; or null to insert the label.
caretOffset - The caret offset; or null to set the caret after the inserted text.