Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does Geany auto-completion wơrk?

This question might seem a bit odd but I searched for like an hour and didn't find any hit that actually answered my question(s) about the auto-complete features of geany:

  • does it have auto-complete
  • for which languages does it have auto-complete (plugins?)
  • how do i use auto-complete
like image 752
Sim Avatar asked Sep 20 '11 19:09

Sim


People also ask

What is auto-completion in IDE?

Index of All Documentation » Wing Pro Reference Manual » Source Code Editor » Wing provides context-appropriate code completion in the editor, Python Shell and Debug Console. Using the auto-completer decreases the amount of typing needed to write code, and reduces the incidence of typos in symbol names.

Does vim support auto-completion?

The auto-complete feature of Vim gives you suggestions based on the context, and you can choose the most suitable word out of the suggestions without needing to type it on your own.

What is auto-completion in python?

Answer. The auto-completion feature is available in both Python IDLE (Python GUI) and Python command line interface. This feature can give you hints and save time when you are not sure about the exact spelling of classes, methods and properties.


2 Answers

How about simply put: Ctrl+Space

like image 140
HongboZhu Avatar answered Nov 28 '22 07:11

HongboZhu


I know 4 years passed ... but the correct answer is :

Edit->Preferences->Editor->Completions->[Check the "Autocomplete all words in document"] press (CTRL+SPACE)

like image 24
Amin Adel Avatar answered Nov 28 '22 08:11

Amin Adel