getSymbolsForCompletion

getSymbolsForCompletion
(,,
IAllocator allocator
,
RollbackAllocator* rba
,
ref StringCache cache
,
ref ModuleCache moduleCache
)

Parameters

request AutocompleteRequest

the autocompletion request

type CompletionType

type the autocompletion type

Return Value

all symbols that should be considered for the autocomplete list based on the request's source code, cursor position, and completion type.

Meta