Guide
Topics
Remote Development
Technologies
JavaScript and TypeScript
Python
Java
Go
.NET
Kotlin
Solutions
Game Development
JetBrains AI Guide: How to Use AI in Your IDE
Remote Development
Databases
Django
Hot tags
Amazon AWS
Debugging
Git
Google Cloud
Gradle
Refactoring
Browse more content...
Explore
Tips
Visual, standalone, bite-sized learning resources organized into different categories.
Previous
Next
1
…
24
25
26
…
51
Selectively Commit Changes
Selectively commit a subset of changes in a file to VCS.
Rename Bookmark
Rename an existing bookmark to something more suitable.
Optimize imports
Remove unused imports from your code with one keyboard shortcut.
Import Multiple Repositories
Import multiple related repositories into one IntelliJ IDEA project.
Annotate with Git Blame: Show Diff
Look at the diff a change was part of from Annotate with Git Blame.
Annotate with Git Blame: Commit
Look at the commit a change was part of from Annotate with Git Blame.
Postfix Completion
Postfix completion allows you to keep typing forwards, it minimises the amount of time you spend moving the cursor around while you're coding.
Introduce Variable
Refactor your code and introduce a new variable right when you need it.
Inline Variable
Sometimes inlining a variable can make your code more readable.
Generate a Test Class
Generate a new test class from your Java class.
CamelCase in Code Completion
Use CamelCase in code completion to speed up your workflow.
Using SQL
Using language injection to work with SQL.
Previous
Next
1
…
24
25
26
…
51