Tricks

Tricks

Little IDE tricks that you might not know about.

tip

Evaluate Expression
Evaluate an expression during a debugging session

tip

Magic Wand
Use the Magic Wand to Resolve Simple Conflicts

tip

Open File
Open a file from the Project tool window

tip

Quick Documentation
Pull up Quick Documentation in the editor

tip

Type Information
Pull up Type Information for an expression

tip

Split and move right
View two files side by side

tip

Structure tool window
Quickly get an overview of your class and jump to the relevant code

tip

Close tabs
Close inactive tabs

tip

Hide tool windows
Hide or restore all tool windows

tip

Search collapsed code
Search collapsed code to find what you need

tip

VCS Popup
Open VCS actions using the keyboard

tutorial

Tips for Reading Code
Tips to help you read and understand code in IntelliJ IDEA

Part of tutorial

Refactoring
Refactoring code for understanding

Part of tutorial

Additional hints
Quick Documentation & Type Information

Part of tutorial

JetBrains AI Assistant
Using AI Assistant to understand code

Part of tutorial

Introduction
Reading Code in IntelliJ IDEA

Part of tutorial

Formatting
Formatting Code in IntelliJ IDEA

Part of tutorial

Searching
Searching the code

Part of tutorial

Structure
A quick view at the structure of the code

Part of tutorial

Summary and Shortcuts
Reading Code in IntelliJ IDEA Summary

Part of tutorial

Testing and debugging
Testing and debugging in IntelliJ IDEA

Part of tutorial

Reader mode
Render doc comments in Reader Mode

Part of tutorial

Version control (Git) history
Using Version control (Git) history to understand the project

tip

File Structure
Get a quick overview of your class file

tip

Select opened file
Locate an opened file in the project structure

tip

Custom project icons
Add a custom icon to your project

tip

Group projects
Group your projects together in the Welcome Screen

tip

Show diff for failing test
Quickly see the diff for failing test

tip

Creating code
IntelliJ IDEA will help create code for you

tip

Related problems
Use IntelliJ IDEA's inlay hints to navigate to Related Problems

tip

Using regex
Using language injection to work with Regex

tip

Using SQL
Using language injection to work with SQL

tip

Debugging
Use the debugger to help you understand what your code is doing.

tip

Debugging Streams
Visualize the flow of data through a stream

tip

Git
Git tool window

tip

Gutter icons
Information about your code in the gutter icons

tip

Parameter information
Finding the parameter type

tip

Problem window
Problems tool window

tip

Recent Files & Locations
Quickly navigate around your recent files & locations

tip

Scrollbars
Information about your code in the scrollbars

tip

Manage dependencies
Manage dependencies in the Dependencies tool window

tip

Code Completion
Code Completion Overview

tip

Multiple carets
Using multiple carets

tip

Refactoring
Refactoring overview

tip

Right split window
View two files side by side

tip

Run Anything
How to use the Run Anything dialog

tip

Code With Me
Collaborate remotely using Code With Me

tip

Enable new UI
How to enable the new UI

tip

Select Kotlin Multiplatform dependencies
Select Kotlin Multiplatform dependencies in the Dependencies tool window

tip

Feature Trainer
Learn IntelliJ IDEA features using the Feature Trainer

tip

Focus on your code
Focus on your code window

tip

Go to Declaration or Implementation
Go to Declaration or Usages, or Go to Implementation

tip

Notifications
Notifications tool window

tip

Productivity Guide
Using the Productivity Guide

tip

Reformat code
How to reformat code

tip

Remove dependency
Remove dependency in the Dependencies tool window

tip

Shortcuts and Abbreviations
Using shortcuts and abbreviations

tip

Themes and Plugins
Available themes, installing plugins

tip

Upgrade dependencies
Upgrade dependencies from the Dependencies tool window

tutorial

Import project
Importing a project into IntelliJ IDEA

Part of tutorial

Open recent project
Opening a recent project in IntelliJ IDEA

Part of tutorial

Open multiple projects
Opening multiple repositories into one project in IntelliJ IDEA

Part of tutorial

Import existing project
Importing an existing project into IntelliJ IDEA

Part of tutorial

Introduction
Importing a project into IntelliJ IDEA

Part of tutorial

Open project
Opening a project in IntelliJ IDEA

Part of tutorial

Project from existing model
Importing a project from existing model

Part of tutorial

Project from existing sources
Importing a project from existing sources

Part of tutorial

Project from version control
Cloning a project from version control

Part of tutorial

Summary and Shortcuts
Importing projects into IntelliJ IDEA Summary

tip

Dependency Details Pane
See relevant information about your dependencies

tip

Duplicate lines
Duplicate the current line or a selected block

tip

Refactor Rename
Renaming classes, methods, and variables in IntelliJ IDEA

tip

Upgrade dependencies
Upgrade dependencies from the pom.xml

tip

Compare with Clipboard
Quickly compare two files

tip

Font
Configure font, font size, and more

tip

Presentation Mode Font Size
Configure font size for Presentation Mode

tip

Presentation Mode
Enter and Exit Presentation Mode using Quick Switch Scheme

tip

Extract Variable
Extract code to a variable

tutorial

Bookmarks
Using bookmarks in IntelliJ IDEA

Part of tutorial

Introduction
Using bookmarks in IntelliJ IDEA

Part of tutorial

Navigate to bookmarks
How to navigate to created bookmarks

Part of tutorial

Summary and Shortcuts
Using bookmarks in IntelliJ IDEA Summary

Part of tutorial

Add anonymous bookmarks
How to add bookmarks without an identifier

tip

Enable mouse zoom
Enable mouse zoom to quickly enlarge (or reduce) your font size

tip

Create scratch files
Turn show line numbers off and on

tip

Show line numbers
Turn show line numbers off and on

tutorial

Marco Codes - 7 Great Terminal/CLI tools
exa, clink, rg & rga, plocate, bat, jq, f%$!

tutorial

Presenting with IntelliJ IDEA
Tips & tricks to level up your presentation skills with IntelliJ IDEA.

tip

Built in Spell Checking
IntelliJ IDEA can spell check and fix errors for you

tip

Assign a keyboard shortcut
Use Find Actions to assign a keyboard shortcut

tip

Code Completion for the Stream API
IntelliJ IDEA can add the stream() call for us

tip

Different viewing modes for your code
IntelliJ IDEA has lots of different ways for you to view your code depending on your requirements

tip

Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.

tip

Add Favourite Photo as Background
If you want to look at your favourite photo while coding you can set it as your background image

tip

Complete Statement
Complete statement can add your semicolons, brackets and manage caret placement for you.

tip

Using Escape
How to exit dialogs and return your focus to the editor

tip

Reformat File
How to reformat a file or section of code

tip

Running and Terminating/Stopping a Process
How to run and stop a process

tutorial

Rearranging Code in IntelliJ IDEA
How you can rearrange code in your classes and projects

tutorial

Reformatting Code in IntelliJ IDEA
Why and how you can reformat code in your projects

playlist

Search Everywhere
Tips for using Search Everywhere (Shift+Shift)

tip

Type into any dialog to search
You can start typing into a dialog box to search, even if there's not a textual search box available.

Part of tutorial

Setting an abbreviation
Use a unique abbreviation to quickly navigate to the Gradle tool window

tip

Drag and Dock Editor tabs
You can move editor tabs around as required