Scope.getSymbolsInCursorScope

struct Scope
getSymbolsInCursorScope

Parameters

cursorPosition
Type: size_t

the cursor position in bytes

Return Value

Type: DSymbol*[]

all symbols in the scope containing the cursor position, as well as the symbols in parent scopes of that scope.

Meta