homepage | 中文

[22/156] CommentCode

<<IntroduceVariable  >>ExternalJavaDoc

 

You can comment or uncomment lines and blocks of code using Control+Slash;Control+Divide and Control+Shift+Slash;Control+Shift+Divide.

Control+Slash;Control+Divide comments or uncomments the current line or selected block with single line comments (//...).

Control+Shift+Slash;Control+Shift+Divide encloses the selected block in a block comment (/*...*/).

To uncomment a commented block press Control+Shift+Slash;Control+Shift+Divide anywhere inside it.