aesi-eclipse / com.virtlink.aesi.eclipse.codecompletion / AesiCompletionProcessor
AesiCompletionProcessor
open class AesiCompletionProcessor : IContentAssistProcessor
A code completion processor for AESI languages.
Constructors
| <init> | AesiCompletionProcessor()A code completion processor for AESI languages. |
Functions
| computeCompletionProposals | open fun computeCompletionProposals(textViewer: ITextViewer, offset: Int): Array<ICompletionProposal> |
| computeContextInformation | open fun computeContextInformation(textViewer: ITextViewer, offset: Int): Array<IContextInformation> |
| getCompletionProposalAutoActivationCharacters | open fun getCompletionProposalAutoActivationCharacters(): CharArray |
| getContextInformationAutoActivationCharacters | open fun getContextInformationAutoActivationCharacters(): CharArray |
| getContextInformationValidator | open fun getContextInformationValidator(): IContextInformationValidator |
| getErrorMessage | open fun getErrorMessage(): String |