Comment heading styles are comments that begin with a single digit in the range 1 to 4. For example:
//1 This is heading one. //2 This is heading two.
When the comment styles are used, the //x at the beginning of the comment is hidden, and the heading style formatting is applied to the rest of the line.
Inactive conditional code blocks
Code contained in inactive conditional code blocks are formatted with the “Inactive Code” style. An inactive code block is one contained in an inactive #ifdef, #if, #elif, or #else branch. You control the state of the conditions with the Edit Condition command.