workspace-d v2.10.0 (2017-01-21T01:53:30Z)
Dub
Repo
CompletionLookup
workspaced
com
dlangui
Undocumented in source.
@
component
("dlangui")
struct
CompletionLookup {
CompletionItem
item
;
string
[][]
providedScope
;
string
[]
requiredScope
;
}
Members
Variables
item
CompletionItem
item
;
Undocumented in source.
providedScope
string
[][]
providedScope
;
Undocumented in source.
requiredScope
string
[]
requiredScope
;
Undocumented in source.
Meta
Source
See Implementation
workspaced
com
dlangui
enums
CompletionType
functions
complete
getProvidedScope
start
stop
structs
CompletionItem
CompletionLookup