vscode-paste-and-indent icon indicating copy to clipboard operation
vscode-paste-and-indent copied to clipboard

Don't indent DocBlock comments

Open loilo opened this issue 6 years ago • 0 comments

DocBlock comments as used in many languages of the following form

/**
 * ...
 */

are regularly killed by Paste and Indent (because the 1 space indentation is removed).

I think it would be reasonable to add an exception for such blocks. What do you think? 🙂

loilo avatar Oct 07 '18 15:10 loilo