Page 1 of 1

Some question about intellisense :)

Posted: Mon Feb 07, 2011 7:44 am
by aaulia
Hi guys, I've used codelite before, but I haven't been coding C++ for a while now, so I think I missed a few stuff on codelite :)

1. Where do I set so that the intellisense popup showed up after I type a few letter or after '.' or '->' ?
2. How can I set so that the tooltip gone after I fill all the argument in my function ? Currently I have to either press esc or start typing in new line, it's pretty annoying :)

Oh and I used Ubuntu version, thanks

Re: Some question about intellisense :)

Posted: Mon Feb 07, 2011 1:00 pm
by eranif
aaulia wrote:1. Where do I set so that the intellisense popup showed up after I type a few letter or after '.' or '->' ?
If your file is part of a project, and the file is a C++ then you should get it without doing anything special. If it does not, then please provide a minimal example for how to reproduce the problem.
aaulia wrote:2. How can I set so that the tooltip gone after I fill all the argument in my function ? Currently I have to either press esc or start typing in new line, it's pretty annoying
The tip should be dismissed when the last parameter is entered and after you typed ')'

Eran