How do I continue a C style comment (e.g. // comment) when pressing return? Permanently deleted user Created February 07, 2014 15:35 // If I hit enter here, how can I have the next line start with // as well. // Ideally, I would get this.//
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
Thank you