Is there an option or a plugin to enable C++ code completion for Eclipse Che?
Asked
Active
Viewed 591 times
1
-
Welcome to Stack Overflow! Please take the [tour](http://stackoverflow.com/tour), have a look around, and read through the [help center](http://stackoverflow.com/help), in particular [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask) and [What topics can I ask about here?](http://stackoverflow.com/help/on-topic). – Timothy Truckle Dec 29 '16 at 19:52
-
Please edit your question with the results of your internet search. – Thomas Matthews Dec 29 '16 at 19:55
1 Answers
0
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.

Brad Micklea
- 257
- 1
- 2