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
Convert class to record (tip)Use inspections to convert classes to Java 16 recordsTrisha Geejavalatesteditinginspections2021-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 Scottjavalatestediting2021-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
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 Geejsonlatestediting2021-05-10
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
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
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
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