Add Names to Call Arguments in Kotlin (tip)Use quick intentions to add names to call argumentsHelen Scottkotlinediting2021-01-08
Add Remaining Branches in Kotlin (tip)Use quick intentions to generate code automaticallyHelen Scottkotlinediting2021-01-08
Alt+Enter (tip)Context Actions are available from most places in the code.Trisha Geejavaeditinginspections2021-05-28
Code Completion for the Stream API (tip)IntelliJ IDEA can add the stream() call for usHelen Scottjavatricksediting2022-07-23
Convert class to record (tip)Use inspections to convert classes to Java 16 recordsTrisha Geejavaeditinginspections2021-05-05
Convert from Record (tip)Use quick intentions to convert a record to a classTrisha Geejavaediting2021-05-05
Copy to, or create a Scratch File (tip)Scratch files persist across all versions of IntelliJ IDEAHelen Scottjavaediting2021-01-08
Create an Editor Fold (tip)Create an editor fold to hide parts of your classHelen Scottjavakotlineditinginterface2021-01-08
Determining the return type of expression (tip)Type Info is very helpful on a per-expression basisHelen Scottjavaediting2022-05-25
Different viewing modes for your code (tip)IntelliJ IDEA has lots of different ways for you to view your code depending on your requirementsHelen Scotteditingtrickssettings2022-07-23
Edit a document in IntelliJ IDEA LightEdit Mode (tip)Use IntelliJ IDEA’s text editing features without creating or opening a dedicated project.Helen Scottjavaediting2022-05-25
Enable Soft Wrap (tip)Using soft-wraps makes some languages easier to displayHelen Scottmarkupediting2021-01-08
Evaluate JSON Path expressions (tip)Use IntelliJ IDEA to check if your JSON Path expression are correct.Trisha Geejsonediting2021-05-10
Expand and Collapse Code (tip)Quickly view specific parts of a class by expanding or collapsing codeHelen Scottjavaediting2022-08-22
F2 (tip)Quickly move to the next (or previous) error or warning in the file.Trisha Geejavaeditinginspections2021-05-28
Generate Overrides for equals(), hashCode() and toString() (tip)We can generate the code to override the equals and hashCode methodsHelen Scottjavaediting2021-05-31
Generate constructors and accessor methods (tip)We can quickly generate common code constructs such as Constructors and Get and Set methodsHelen Scottjavaediting2021-05-31
Highlight code and surround it with brackets or quotes (tip)Surround code with brackets and quotesHelen Scottjavaediting2021-01-08
Highlighted commands in the terminal (tip)IntelliJ IDEA highlights terminal commands you can run in IntelliJ IDEAHelen Scottjavaediting2022-08-22
In editor doc rendering (tip)You can render Javadocs directly in the editor including HTML tags, images and links.Helen Scottjavaeditinginterface2022-04-20
Inject a language (tip)Language injections let you work with pieces of code in other languages embedded in your code.Helen Scottjavarefactoringediting2022-05-25
Inlay hints for errors (tip)IntelliJ IDEA will show you related usages errors in your editorHelen Scottjavaediting2022-07-23
Inspections Widget (tip)The top-right corner of your editor shows you information about the state of your classHelen Scottjavaeditinginspections2022-08-22
Kotlin Code Completion (tip)Use code and statement completion to write code fasterHelen Scottkotlinediting2021-01-08
Live Templates (tip)Use Live Templates to auto-complete common code structures for youTrisha Geejavaeditinglivetemplates2021-05-28
Move Line (tip)Start a new line below or above your current line with the correct indentation.Helen Scottjavakotlineditinginterface2022-04-20
Navigate to the last edited location (tip)Move around the files you're working on quickly with keyboard shortcutsHelen Scottjavaediting2022-06-17
Paste a clipboard image file into markdown (tip)You can paste a PNG image from the clipboard directly into a markdown fileHelen Scottmarkupediting2021-07-01
Paste a clipboard image onto the Project Window (tip)If you have an image on your clipboard you can paste it straight into the Project WindowHelen Scottjavaediting2021-07-01
Pattern Matching for Switch (tip)Available in preview from Java 17Helen Scottjavaeditingrefactoring2022-05-23
Postfix Completion (tip)Postfix completion allows you to keep typing forwards, it minimises the amount of time you spend moving the cursor around while you're coding.Trisha Geeediting2021-05-31
Put Kotlin Arguments on Separate Lines (tip)Use quick intentions to improve the readability of your codeHelen Scottkotlinediting2021-01-08
Remove Explicit Type in Kotlin (tip)Use quick intentions to remove explicit typesHelen Scottkotlinediting2021-01-08
Resolve Merge Conflicts in VCS (tip)Use VCS options in IntelliJ IDEA to resolve merge conflicts visually in the editorVignesh Babu B R Bgitvcsediting2021-09-24
See VCS Changed Lines In Gutter (tip)Quickly spot which parts of your file have changed since the last commit.Paul Everitteditingvcs2022-12-02
Show Virtual Whitespace (tip)Add virtual whitespace to the bottom of a fileHelen Scottjavakotlinediting2021-01-08
Using Zen Mode to minimise the user interface (tip)Minimise everything except the editor in IntelliJ IDEAHelen Scotteditinginterface2022-04-20
View Database Definitions (tip)View the definitions of database entities quickly in the Database Tool WindowHelen Scottjavaeditingultimate2022-07-23
View supertype and subtype hierarchy (tip)You can view supertypes and subtypes in the hierarchyHelen Scottjavaediting2022-08-22