How to turn off that pesky automatic semicolon after C++ class declarations?
Answered
Basically, see the screencast.

Please tell me there's a setting to disable it. Here's to IDEs that don't try to code instead of me!
Please sign in to leave a comment.
Hello! What CLion version do you use? I can't reproduce the issue in CLion 2018.2:
I'm using 2018.2 as well. Any auto-complete/code style options that might've caused this?
Thanks for the reply!
I've found the related issue in our tracker: https://youtrack.jetbrains.com/issue/CPP-9790. Please comment or upvote it in order to get updates.
Meanwhile you can try enabling the "Insert paired brackets" option in `File | Settings | Editor | General | Smart Keys`. With this option enabled CLion behaves as shown in my gif and the issue doesn't happen.
OK, thanks!