Auto-completion not working

General questions regarding the usage of CodeLite
damien
CodeLite Curious
Posts: 2
Joined: Fri Jun 13, 2014 8:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Auto-completion not working

Post by damien »

Codelite version? 6.0
Is it a self compiled version of codelite? No
Your OS? Xubuntu 13.1
Compiler version? gcc 4.8.1

Hi,

I've created a project and imported existing source files. These source files contain the JUCE C++ library. However, I am unable to view any JUCE methods etc when using the accessor operators . or -> on an object. Nothing pops up. I've tried re-installing Codelite 6.0 and re-creating the project but I still get the same.
A friend of mine tried the exact same thing on his laptop using Codelite 6.0 with no problems.

Can you think of anything that could be causing the issue?

Thanks,
Damien
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Auto-completion not working

Post by eranif »

Try this:

- Workspace -> retag workspace (full)
- Try to enable clang (settings -> tags settings -> clang )

Eran
Make sure you have read the HOW TO POST thread
damien
CodeLite Curious
Posts: 2
Joined: Fri Jun 13, 2014 8:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Auto-completion not working

Post by damien »

Perfect, it works now. Looks like enabling Clang did the trick!

Thanks,
Damien
Post Reply