How do I continue a C style comment (e.g. // comment) when pressing return?

// If I hit enter here, how can I have the next line start with // as well.


// Ideally, I would get this.
//

0
2 comments

No, there is no way to do this. Use Ctrl+slash to put '//' comment at the begining of a line
Related request: http://youtrack.jetbrains.com/issue/IDEA-119270

0
Avatar
Permanently deleted user

Thank you

0

Please sign in to leave a comment.