facebookarchive / flow-language-server

An implementation of the Language Server Protocol for Flow
Other
188 stars 21 forks source link

CompletionOptions.triggerCharacters include '.' #52

Closed philippotto closed 7 years ago

philippotto commented 7 years ago

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.

wbinnssmith commented 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 😊