facebookarchive / ide-flowtype

Flow support for Atom IDE
Other
178 stars 17 forks source link

Update atom-languageclient and use onDidConvertAutocomplete #54

Closed wbinnssmith closed 6 years ago

wbinnssmith commented 6 years ago

This lets us easily transform the suggestions (adding separate labels for parameters and return type) rather than recreating the entire AutocompleteAdapter.

Thanks @damieng for this functionality :)