dcd v0.9.9 (2018-06-14T16:18:52Z)
Dub
Repo
SymbolStuff
dcd
server
autocomplete
util
Undocumented in source.
struct
SymbolStuff {
void
destroy
();
DSymbol
*[]
symbols
;
DSymbol
*
symbol
;
Scope
*
scope_
;
}
Members
Functions
destroy
void
destroy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
scope_
Scope
*
scope_
;
Undocumented in source.
symbol
DSymbol
*
symbol
;
Undocumented in source.
symbols
DSymbol
*[]
symbols
;
Undocumented in source.
Meta
Source
See Implementation
dcd
server
autocomplete
util
enums
ImportKind
functions
determineImportKind
getExpression
getSymbolsByTokenChain
getSymbolsForCompletion
getTokensBeforeCursor
goBackToOpenParen
isSliceExpression
isUdaExpression
makeSymbolCompletionInfo
shouldSwapWithType
skipParen
skipParenReverse
skipParenReverseBefore
stringToken
manifest constants
STRING_LITERAL_CASES
TYPE_IDENT_AND_LITERAL_CASES
TYPE_IDENT_CASES
structs
SymbolStuff