parenCompletion

Handles paren completion for function calls and some keywords

parenCompletion
(
T
)
(,
const(Token)[] tokenArray
,,
ref ModuleCache moduleCache
)

Parameters

beforeTokens T

the tokens before the cursor

tokenArray const(Token)[]

all tokens in the file

cursorPosition size_t

the cursor position in bytes

Return Value

the autocompletion response

Meta