IntelliJ IDEA 2016.2 Help

Commenting and Uncommenting Blocks of Code

On this page:

Basics

You can comment or uncomment the current line or selected block of source code.

Commenting feature extends to all supported file types. For the custom file types, you can define line and block comments characters, as described in the section Creating and Registering File Types.

Configuring commenting behavior

It is possible to force IntelliJ IDEA to place Java comments strictly at the left margin. To do that, in the Settings dialog, open Code Style | Java, and click Code Generation tab.

In the section Comment Code select the required check boxes:

ij_comment_code

If the check boxes are cleared, the comments characters are placed at the current caret position.

Commenting and uncommenting lines of code

Do one of the following:

  • On the main menu, choose Code | Comment with Line Comment.
  • Press Ctrl+Slash.
    comment1.png

Commenting and uncommenting blocks of code

To add or remove a block comment, do one of the following:

  • On the main menu, choose Code | Comment with Block Comment.
  • Press Ctrl+Shift+Slash.
    comment2.png

See Also

Last modified: 23 November 2016