Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jirislav opened this issue Jul 24, 2019 · 1 comment

Comments

@jirislav
Copy link

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
Copy link

This would be nice to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants