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.structureoutline / IStructureOutliner

IStructureOutliner

interface IStructureOutliner

Functions

outline abstract fun outline(project: IProject, document: IDocument, symbol: ISymbol?, cancellationToken: ICancellationToken?): List<ISymbol>
Returns the child symbols of the given symbol (if any) or the root of the document.