View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.codecompletion / CompletionProposal

CompletionProposal

open class CompletionProposal : ICompletionProposal

A completion proposal.

Constructors

<init> CompletionProposal(label: String, description: String, documentation: String, caseSensitive: Boolean, insertionText: String, caretOffset: Int)
Initializes a new instance of the CompletionProposal class.

Functions

getCaretOffset open fun getCaretOffset(): Int
{@inheritDoc}
getDescription open fun getDescription(): String
{@inheritDoc}
getDocumentation open fun getDocumentation(): String
{@inheritDoc}
getInsertionText open fun getInsertionText(): String
{@inheritDoc}
getLabel open fun getLabel(): String
{@inheritDoc}
isCaseSensitive open fun isCaseSensitive(): Boolean
{@inheritDoc}
toString open fun toString(): String