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
Latest
All the resources in the Guide, starting with most recent.
Previous
Next
1
…
115
116
117
…
133
Tip
Show Virtual Whitespace
Add virtual whitespace to the bottom of a file so you can scroll to the end half way up your screen.
Tip
Run in Current Context
Run just a file or a single script.
Tip
Replace With var
Use quick intentions to replace a local variable type with `var`.
Tip
Rename an Interface
Renaming in IntelliJ IDEA including comments and texts.
Tip
Move Line
Move a line throughout your class, but watch out for errors!
Tip
Meaningless Arguments
Use quick intentions to remove redundant code so it's not cluttering your codebase.
Tip
Inline a Method
Sometimes inlining a method can improve the readability of your code.
Tip
Find Usages
Use Find Usages to search for references in your code base.
Tip
Extract Parameter
Extract code to a parameter.
Tip
Extract Field
Extract code to a field.
Tip
Extract Constant
Extract a value to a constant.
Tip
Exclude a Completion Option
Helps to reduce options that are not relevant for your code.
Previous
Next
1
…
115
116
117
…
133