Enable c++ code completion for Eclipse Che

605 views Asked by At

Is there an option or a plugin to enable C++ code completion for Eclipse Che?

1

There are 1 answers

0
Brad Micklea On BEST ANSWER

Che supports the Language Server Protocol which means that any compatible language server can be added to Che and it will adopt all the language assist features the language server exposes. There is a community effort underway (and nearing completion I believe) to create an open language server for clangd. So it is coming soon to Che.