I am trying to write own language server for yaml files to use in vscode.
When I modify file the editor sends me textdocument/didOpen and other requests. However, it does not send “textDocument/completion” until I type some triggerCharacter (like “:”) or press Option+Esc on macos.
In other words what should I do to get autoComplete suggestion while i am typing the word, something like this This is picture for lua language (as example)