How do I turn off the automatic insertion of closing comments (*/) in C++?

Answered

In a C++ project, typing an opening comment (/*) will automatically type up to a closing comment (*/). I'd like to turn this feature off, but I can't find the option.

 

Note that this is not working in a C# project, but I can't remember how I turned it off.

0
1 comment

Hello,
We've recently fixed this behavior and introduced a new option. Please try the EAP build: comments beginning with /* are no longer auto-closed with */ by default. Sorry for the inconvenience.

0

Please sign in to leave a comment.