Ctags does not provide suggestion build in C++ types

General questions regarding the usage of CodeLite
saejox
CodeLite Curious
Posts: 4
Joined: Sun May 27, 2012 7:26 am
Genuine User: Yes
IDE Question: c++
Contact:

Ctags does not provide suggestion build in C++ types

Post by saejox »

Hi,

ctags does not complete types suchs as; int, unsigned, float, class, inline, public etc...
works perfect for the classes i defined and their properties.
clang completion works. (but it is strict and without hinting it is not very useful)

how do i enable this?

Thank you.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Ctags does not provide suggestion build in C++ types

Post by eranif »

They should be suggested automatically after typing 2 chars

Make sure that this settings is enabled:
"Settings > Tags settings > General > Display and Behavior > Display completion box for language keywords"

Eran
Make sure you have read the HOW TO POST thread
saejox
CodeLite Curious
Posts: 4
Joined: Sun May 27, 2012 7:26 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Ctags does not provide suggestion build in C++ types

Post by saejox »

i tried almost every option available in options and found the problem.

built-in keywords show up when "Auto-Display wordcompletion-box on typing" is disabled.
when that box is enabled, built c++ keywords do not show up. no matter how many letters i type. (only my objects are listed)

as i understand it if that box is disabled it should not display any suggestion when i start typing, but i does show built-in keywords.

i used release version 4.0 r5589 for this test.

thank you.
Post Reply