nikhilkalige / docblockr

DocBlockr is a package for Atom which is designed to make writing documentation faster and easier.
MIT License
406 stars 93 forks source link

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

Open jirislav opened 5 years ago

jirislav commented 5 years ago

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)

matthiassb commented 4 years ago

This would be nice to have