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!

0
4 comments

Hello! What CLion version do you use? I can't reproduce the issue in CLion 2018.2:

0
Avatar
Permanently deleted user

I'm using 2018.2 as well. Any auto-complete/code style options that might've caused this?

0

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.

0
Avatar
Permanently deleted user

OK, thanks!

0

Please sign in to leave a comment.