Search code examples
cloud9-ide

How do you autocomplete in C9 IDE?


When I'm using c9 IDE and the autocomplete pops up, how do I replace my word with their suggestion? I tried double clicking, and it didn't replace. I looked at the documentation at https://docs.c9.io/docs/autocompletion and couldn't find how.


Solution

  • Autocomplete using tab. You may also choose the the word you want to complete with using up and down arrows.