docblockr
docblockr copied to clipboard
Request of improvement: When pasting multiple lines, also prepend them with comment chars
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)
This would be nice to have