MordFustang21 / ide-gopls

Atom integration with the Go language server (gopls)
MIT License
13 stars 5 forks source link

feat(autocomplete): Make Flow autocomplete priority configurable #5

Closed JREAMLU closed 4 years ago

JREAMLU commented 4 years ago

Hi, I found some autocomplete priority with snippets, other project have this issue too, such as https://github.com/facebookarchive/atom-ide-ui/issues/157 https://github.com/facebookarchive/ide-flowtype/issues/65 https://github.com/atom/autocomplete-plus/issues/946 Finally I search the solution like this https://github.com/facebookarchive/ide-flowtype/pull/60 So I think we need do it also. And made this feature.