Page 1 of 1

How to show printf's Calltip?

Posted: Mon Jun 29, 2015 9:52 am
by xw0323
Hi,
I am using CodeLite 8.0 on Ubuntu trusty. I created a project in this way:
1. Create New Project
2. Select Console->Simple executable(gcc) and click Next
3. Set Project Name to test and click Next
4. Click Finish button

Open the main.c file in src folder and navigate to printf, Codelite refuses to show the Calltip of printf and refuses Goto Declaration as well.

Re: How to show printf's Calltip?

Posted: Mon Jun 29, 2015 11:26 am
by xw0323
Solved. Need add /usr/include manually.