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-java / com.virtlink.editorservices.codecompletion / ICodeCompleter

ICodeCompleter

interface ICodeCompleter

Functions

complete abstract fun complete(project: IProject, caret: IDocumentLocation, smart: Boolean, cancellationToken: ICancellationToken): List<ICompletionProposal>