BUG: Live Template Formatting Error
Given a live template defined as follows (everything left-aligned at column 0):
///
/// Sql Column Constant for $type$
///
/// $COLUMN_NAME$]]>
public const string $CONST_NAME$ = "$COLUMN_NAME$";
When inserting the live template, the first line is indented properly, the following lines are left-aligned at column 0 (instead of at the same indent level as line 1) -- See attached.
Anyone else experience this issue / can confirm?
Attachment(s):
indent.PNG
Please sign in to leave a comment.
You can work around the issue by removing the inner-most bracket following the declarations and retyping it (forcing it to reformat the code), or use the chord CTRL-K, CTRL-D to force a reformat of the whole document.