[Qt-creator] Lambda completion with ;

Jason H jhihn at gmx.com
Tue Mar 3 17:52:41 CET 2020


Would it be possible to get QtC to provide the ; automatically for a lambda?
[=](){<enter>
    |
}); // <- this ;

So that when hitting enter after the {
that the }); if provided and the cursor ends up placed above it and indented (where the | is)?

Currently, it will place the }) properly on enter, but doesn't automatically place the ;

It's a small detail but it would be greatly appreciated.


More information about the Qt-creator mailing list