A vscode plugin to manipulate js/ts comment.
Features
Commands
TSCC: transform JSDoc: comment case as jsdoc all lines
TSCC: transform single: comment case as single line all lines
TSCC: move trailing to leading: move tailing comment to leading comment all lines
TSCC: move and transform JSDoc: move trailing comment and comment case as jsdoc all lines
TSCC: move and transform single: move trailing comment and comment case as single line all lines
| |