See VCS Changed Lines In GutterQuickly spot which parts of your file have changed since the last commit.Paul Everitteditingvcs2022-12-02
Highlighted commands in the terminalIntelliJ IDEA highlights terminal commands you can run in IntelliJ IDEAHelen Scottjavaediting2022-08-22
Expand and Collapse CodeQuickly view specific parts of a class by expanding or collapsing codeHelen Scottjavaediting2022-08-22
Inspections WidgetThe top-right corner of your editor shows you information about the state of your classHelen Scottjavaeditinginspections2022-08-22
View supertype and subtype hierarchyYou can view supertypes and subtypes in the hierarchyHelen Scottjavaediting2022-08-22
Code Completion for the Stream APIIntelliJ IDEA can add the stream() call for usHelen Scottjavatricksediting2022-07-23
Different viewing modes for your codeIntelliJ IDEA has lots of different ways for you to view your code depending on your requirementsHelen Scotteditingtrickssettings2022-07-23
Inlay hints for errorsIntelliJ IDEA will show you related usages errors in your editorHelen Scottjavaediting2022-07-23
View Database DefinitionsView the definitions of database entities quickly in the Database Tool WindowHelen Scottjavaeditingultimate2022-07-23
Navigate to the last edited locationMove around the files you're working on quickly with keyboard shortcutsHelen Scottjavaediting2022-06-17
Determining the return type of expressionType Info is very helpful on a per-expression basisHelen Scottjavaediting2022-05-25
Edit a document in IntelliJ IDEA LightEdit ModeUse IntelliJ IDEA’s text editing features without creating or opening a dedicated project.Helen Scottjavaediting2022-05-25
Inject a languageLanguage injections let you work with pieces of code in other languages embedded in your code.Helen Scottjavarefactoringediting2022-05-25
Pattern Matching for SwitchAvailable in preview from Java 17Helen Scottjavaeditingrefactoring2022-05-23
Move LineStart a new line below or above your current line with the correct indentation.Helen Scottjavakotlineditinginterface2022-04-20
In editor doc renderingYou can render Javadocs directly in the editor including HTML tags, images and links.Helen Scottjavaeditinginterface2022-04-20
Using Zen Mode to minimise the user interfaceMinimise everything except the editor in IntelliJ IDEAHelen Scotteditinginterface2022-04-20
Resolve Merge Conflicts in VCSUse VCS options in IntelliJ IDEA to resolve merge conflicts visually in the editorVignesh Babu B R Bgitvcsediting2021-09-24
Paste a clipboard image file into markdownYou can paste a PNG image from the clipboard directly into a markdown fileHelen Scottmarkupediting2021-07-01
Paste a clipboard image onto the Project WindowIf you have an image on your clipboard you can paste it straight into the Project WindowHelen Scottjavaediting2021-07-01
Generate Overrides for equals(), hashCode() and toString()We can generate the code to override the equals and hashCode methodsHelen Scottjavaediting2021-05-31
Generate constructors and accessor methodsWe can quickly generate common code constructs such as Constructors and Get and Set methodsHelen Scottjavaediting2021-05-31
Postfix CompletionPostfix 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
F2Quickly move to the next (or previous) error or warning in the file.Trisha Geejavaeditinginspections2021-05-28
Live TemplatesUse Live Templates to auto-complete common code structures for youTrisha Geejavaeditinglivetemplates2021-05-28
Alt+EnterContext Actions are available from most places in the code.Trisha Geejavaeditinginspections2021-05-28
Evaluate JSON Path expressionsUse IntelliJ IDEA to check if your JSON Path expression are correct.Trisha Geejsonediting2021-05-10
Convert from RecordUse quick intentions to convert a record to a classTrisha Geejavaediting2021-05-05
Convert class to recordUse inspections to convert classes to Java 16 recordsTrisha Geejavaeditinginspections2021-05-05
Add Remaining Branches in KotlinUse quick intentions to generate code automaticallyHelen Scottkotlinediting2021-01-08
Add Names to Call Arguments in KotlinUse quick intentions to add names to call argumentsHelen Scottkotlinediting2021-01-08
Copy to, or create a Scratch FileScratch files persist across all versions of IntelliJ IDEAHelen Scottjavaediting2021-01-08
Create an Editor FoldCreate an editor fold to hide parts of your classHelen Scottjavakotlineditinginterface2021-01-08
Enable Soft WrapUsing soft-wraps makes some languages easier to displayHelen Scottmarkupediting2021-01-08
Kotlin Code CompletionUse code and statement completion to write code fasterHelen Scottkotlinediting2021-01-08
Put Kotlin Arguments on Separate LinesUse quick intentions to improve the readability of your codeHelen Scottkotlinediting2021-01-08
Remove Explicit Type in KotlinUse quick intentions to remove explicit typesHelen Scottkotlinediting2021-01-08
Show Virtual WhitespaceAdd virtual whitespace to the bottom of a fileHelen Scottjavakotlinediting2021-01-08
Highlight code and surround it with brackets or quotesSurround code with brackets and quotesHelen Scottjavaediting2021-01-08