News

Listing 1 shows an example of disruptive and non-disruptive ways to compose multi-line comments. Listing 1. There's more than one way to handle multi-line comments. // A non-disrupting way to place ...
The official C/C++ extension has basic support for generating a nice layout for multi-line C-style comments, which is particularly useful for Doxygen and the like. Typing /** and then pressing enter ...
Set language to a programming language that has a multi-line comment (I've tested with both python and c++) Make a file of at least 3 lines; ... Start a multi-line comment from before that long line.