Closed philippotto closed 7 years ago
Thanks so much for reporting these issues @philippotto! It's awesome that you're integrating this with Sublime's LSP client.
Let me know if there's anything else I can do to help you. It would be awesome if you could send a PR to this repo's README's Editor Integrations section with installation steps 😊
According to the spec
triggerCharacters
should be a list of characters which automatically triggers autocompletion. I think for JavaScript this should include '.' so that autocompletions are queried for member access.