vscode-paste-and-indent
vscode-paste-and-indent copied to clipboard
Don't indent DocBlock 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? 🙂