Tim
Results
2
issues of
Tim
The JavaScript language server should only propose completions that semantically might make sense at that position. In particular, my issue is that global or local identifiers should not be proposed...
needs more info
When requesting completions for JavaScript, `CompletionItem`s are currently very simple, including only the `label` to specify the text to be inserted. By contrast, for TypeScript they do include an `insertText`...