Share via


How do I disable the autocomplete on C++ comments using /**/?

Question

Sunday, June 25, 2017 8:06 AM

After starting a comment with "/*", autocomplete immediately makes it "/**/", which is almost never what I wanted because I'm trying to comment a block by adding the closing "*/" after the block.  Is there a way to disable only this autocomplete?

All replies (2)

Sunday, June 25, 2017 10:48 AM | 1 vote

Go to Tools- | Options | Text Editor | C/C++ | Advanced | Brace Completion

Change "Complete MultiLine Comments" to False.


Monday, June 26, 2017 6:48 AM

Hi Kalos7K,

Welcome to MSDN forum.

If you think RLWA32's reply is helpful, please mark RLWA32's reply as an answer which will be helpful for those who has the similar doubt with you, thank you for understanding.

If you still have problem with it, please feel free to let me know.

Best regards,

Joyce

Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.