jonnyboyC / kos-language-server

A language server for the Kerboscript (kOS) a language for Kerbal Space Program
MIT License
27 stars 6 forks source link

[BUG] Manual Completion Trigger #99

Closed jonnyboyC closed 5 years ago

jonnyboyC commented 5 years ago

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:

  1. Open vscode and type a suffix
  2. Manually trigger completions with ctrl+space
  3. Default completions are provided

Expected behavior Suffix completion should be provided.