setImportCompletions

Populates the response with completion information for an import statement

void
setImportCompletions
(
T
)
(,,
ref ModuleCache cache
)

Parameters

tokens T

the tokens after the "import" keyword and before the cursor

response AutocompleteResponse

the response that should be populated

Meta