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-intellij / org.metaborg.paplj.codecompletion / PapljCompletionContributor

PapljCompletionContributor

class PapljCompletionContributor : CompletionContributor

Constructors

<init> PapljCompletionContributor()

Properties

codeCompleter val codeCompleter: PapljCodeCompleter

Functions

fillCompletionVariants fun fillCompletionVariants(parameters: CompletionParameters, result: CompletionResultSet): Unit
getBaseIcon fun getBaseIcon(kindIcon: Icon?, attributes: EnumSet<Attribute>): Icon?