Doesn't provide auto completion for comma separated variables
Posted: Sun May 10, 2020 3:49 am
When writing something like
The editor never shows suggestions/auto completions for "inactiveTrans".
Is this expected or a bug?
Code: Select all
double activeTrans = 1, inactiveTrans = 0.4;
Is this expected or a bug?