Doesn't provide auto completion for comma separated variables

CodeLite installation/troubleshooting forum
maiku
CodeLite Curious
Posts: 3
Joined: Fri Jan 17, 2020 11:07 pm
Genuine User: Yes
IDE Question: C++
Contact:

Doesn't provide auto completion for comma separated variables

Post by maiku »

When writing something like

Code: Select all

double activeTrans = 1, inactiveTrans = 0.4;
The editor never shows suggestions/auto completions for "inactiveTrans".

Is this expected or a bug?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Doesn't provide auto completion for comma separated variables

Post by eranif »

it's a bug which is already fixed. The solution is to enable clangd completion instead of the builtin (which we are currently deprecating)
I am planning on releasing a version that will configure and install clangd automatically for you without any user intervention.
A bit moire patience it will be out in the coming days (14.0.1)
Make sure you have read the HOW TO POST thread
Post Reply