autocompleteidegeany

How does Geany auto-completion wơrk?


About the auto-complete features of Geany:


Solution

  • Geany does have autocomplete.

    The main way autocomplete is used is by typing a long word, and by narrowing that list of autocomplete possibilities down. Let's say you type gtk_combo_box_. It will have a small list of different commands that match this description. Typing eTAB will narrow the search down to gtk_combo_box_entry_. Typing sENTER will then bring it to the proper to gtk_combo_entry_set_text_column. See the Geany manual.