Ale: Feature request: Completion for flow

Created on 29 Mar 2018  路  2Comments  路  Source: dense-analysis/ale

Would be sweet if Completion - h ale-completion - worked for flow as it does for typescript. Specifically:

  • g:ale_completion_enabled
  • g:ale_completion_delay
  • g:ale_completion_max_suggestions

p.s. thanks for adding this for typescript, it is very helpful!

LSP enhancement

Most helpful comment

This issue is closely related to #1458.

I have implemented completion support for Language Server Protocol _almost_ already, using the Python language server for testing. There's just a little bit more work that needs to be done for getting it working. In the future, I'd also like to consider adding support for integrating with deoplete too, which probably does a better job of managing this kind of thing. I still want to have some basic support for completion without having to install another plugin an so on. The built-in support doesn't have to be perfect.

All 2 comments

This issue is closely related to #1458.

I have implemented completion support for Language Server Protocol _almost_ already, using the Python language server for testing. There's just a little bit more work that needs to be done for getting it working. In the future, I'd also like to consider adding support for integrating with deoplete too, which probably does a better job of managing this kind of thing. I still want to have some basic support for completion without having to install another plugin an so on. The built-in support doesn't have to be perfect.

1703 Added support for flow-language-server, and that satisfies this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ianchanning picture ianchanning  路  3Comments

chauncey-garrett picture chauncey-garrett  路  3Comments

lervag picture lervag  路  3Comments

alexlafroscia picture alexlafroscia  路  4Comments

trevordmiller picture trevordmiller  路  4Comments