docblockr icon indicating copy to clipboard operation
docblockr copied to clipboard

Request of improvement: When pasting multiple lines, also prepend them with comment chars

Open jirislav opened this issue 5 years ago • 1 comments

How do I paste:

/**
 * PASTE HERE
 */

What I get:

/**
 * My pasted
multiline content
didn't receive proper comment chars
on all lines
 */

It would be nice to automatically prepend comment character to each pasted line (similarly behaves e.g. IntelliJ IDE)

jirislav avatar Jul 24 '19 00:07 jirislav

This would be nice to have

matthiassb avatar Apr 29 '20 01:04 matthiassb