Describe the bug
When manually triggering completion from vscode or vim the language server currently responds with the default completions. This includes keywords and scoped symbols that are not suffixes for the current suffix.
To Reproduce
Steps to reproduce the behavior:
Open vscode and type a suffix
Manually trigger completions with ctrl+space
Default completions are provided
Expected behavior
Suffix completion should be provided.
Describe the bug When manually triggering completion from vscode or vim the language server currently responds with the default completions. This includes keywords and scoped symbols that are not suffixes for the current suffix.
To Reproduce Steps to reproduce the behavior:
ctrl+space
Expected behavior Suffix completion should be provided.