Some question about intellisense :)

General questions regarding the usage of CodeLite
aaulia
CodeLite Enthusiast
Posts: 23
Joined: Wed Aug 20, 2008 10:45 pm
Contact:

Some question about intellisense :)

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Some question about intellisense :)

Post 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
Make sure you have read the HOW TO POST thread
Post Reply