'Possible to paste into jsdoc comment in Visual Studio Code and have asterisks added to each line?
Is there a way of pasting multiple lines of text into a jsdoc comment in Visual Studio Code and have asterisks added to each line? (Or more generally, of pasting into some sort of comment environment, whether line or block, and "doing the right thing"?)
Any relevant extensions?
I suspect that there is not built-in support, given that I can't see any relevant commands and [this issue] was closed for lack of interest and has not been linked to.
Solution 1:[1]
Try this extension jsdoc-comment-toggler
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jeferandom |
