Feature request: add a C++ naming "Entity kinds" entry for "Lambdas"

In our codebase we tend to PascalCase local lambda values even though we camelCase all other (non-constexpr) locals:

int something = 3;
auto MyLocalFunc = [](int) { /* do something */ };

MyLocalFunc(something);

It would be nice if I could set this as a rule specifically for lambdas (so that I could change my settings for locals to not allow both).

Thanks :)

0
1 comment

Hello,

We'll try to address this in 2025.2 - RSCPP-32007

Thanks for the feedback!

0

Please sign in to leave a comment.