Autocomplete function?

General questions regarding the usage of CodeLite
Sidar
CodeLite Enthusiast
Posts: 13
Joined: Fri May 04, 2012 6:37 am
Genuine User: Yes
IDE Question: C++
Contact:

Autocomplete function?

Post by Sidar »

Hi there,

When implementing a function and opening the ( bracket, it neatly shows the parameters for the function.
However I noticed that I can't simply hit enter or any other key to auto insert the parameters.
I know there is a "implement all un-implemented" feature, but that doesn't work for me as it always complains about "global scope" ( im not working with namespaces ).

So my question is, if there is already a shortkey for that, what is it? And if not, any plans of implementing it?

Sidar