Alt+Enter (tip)Context Actions are available from most places in the code.Trisha Geejavaeditinginspections2021-05-28
Convert class to record (tip)Use inspections to convert classes to Java 16 recordsTrisha Geejavaeditinginspections2021-05-05
F2 (tip)Quickly move to the next (or previous) error or warning in the file.Trisha Geejavaeditinginspections2021-05-28
Inspections Widget (tip)The top-right corner of your editor shows you information about the state of your classHelen Scottjavaeditinginspections2022-08-22
Prevent a package depending upon another (tip)Enforce architecture rules, such as data access layers not depending upon UI layers.Trisha Geekotlininspections2021-05-11
Use Pattern Matching for instanceof (tip)Inspections can guide us to use new Java featuresTrisha Geejavainspections2021-05-05
Use a lightweight inspection profile on commit (tip)Fully customise the checks you must perform before you commit your changes to version controlTrisha Geejavavcsinspections2021-05-10
Use new methods on the Streams API (tip)Inspections can show us new features from Java 16Trisha Geejavainspections2021-05-10