Search code examples
javakeyboard-shortcutsintellij-idea

How to toggle commenting and uncommeting code in IDEA?


Is there a way to comment/uncomment a block of selected text in IDEA?


Solution

  • Yes, highlight the block and type Ctrl + Shift + /. To uncomment, just repeat.