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. |