Computes code completions depending on the context in which completion is requested
Computes code completions depending on the context in which completion is requested
Attributes
mode
Should complete names of terms, types or both
pos
Cursor position where completion was requested
For the results of all xyzCompletions methods term names and type names are always treated as different keys in the same map
and they never conflict with each other.
prefix
The prefix that all suggested completions should start with
Return the list of code completions with descriptions based on a mapping from names to the denotations they refer to.
If several denotations share the same name, each denotation will be transformed into a separate completion item.
Return the list of code completions with descriptions based on a mapping from names to the denotations they refer to.
If several denotations share the same name, each denotation will be transformed into a separate completion item.