Page 1 of 1

Doesn't provide auto completion for comma separated variables

Posted: Sun May 10, 2020 3:49 am
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?

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

Posted: Sun May 10, 2020 10:23 pm
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)