How do I continue a C style comment (e.g. // comment) when pressing return? Permanently deleted user 创建于 2014年02月07日 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