Comment Out Code

Quickly comment/uncomment blocks and lines.

In JetBrains IDEs, you can comment and uncomment blocks of code with ⌘⇧/ (macOS) / Ctrl+Shift+W ( Windows/Linux). To do the same for lines, use ⌘/ (macOS) / Ctrl+/ (Windows/Linux).


Related Resources

Convert Class to Record
Convert Class to Record
Use inspections to convert classes to Java 16 records.
Evaluate JSON Path Expressions
Evaluate JSON Path Expressions
Use IntelliJ IDEA to check if your JSON Path expression are correct.
Create New Class
Create New Class
Quickly add new classes to your project.