Intellij Coding Shortcuts You Need to Know

preview_player
Показать описание
In this video, I’m showing the most important IntelliJ coding shortcuts that you need to know to boost your productivity. Just with a handful of shortcuts, we can reach the point where we don’t have to touch the mouse anymore in our usual workflow, and thus increase the focus and reduce friction.

Рекомендации по теме
Комментарии
Автор

00:04 IntelliJ coding shortcuts for productivity
01:45 IntelliJ provides shortcuts to quickly close strings, braces, and semicolons.
03:24 IntelliJ provides shortcuts like Alt Enter for quick fixes and code generation.
05:02 IntelliJ provides shortcuts for constructors, renaming, and generating code.
06:43 Important Intellij coding shortcuts: code reformat and optimize imports
08:28 IntelliJ provides shortcuts for easy variable extraction and refactoring
10:10 IntelliJ coding shortcuts for parameter extraction, variable fields, parameter constant, and method delegation.
11:49 IntelliJ coding shortcuts for productivity

AbanaBawe
Автор

Alt + Enter may not work for some. you can go to settings -> keymap -> Generate -> Add Shortcut key. you can add your own shortcut

sravandatha
Автор

Thank you these tips are super helpful!!

joeljacob
Автор

On Linux Ctrl+Alt+L is assigned to Log Out. Reassign it to soemthing else in settings-> type "format" in search bar.

lakrinmex
Автор

My tooltips box is not covering all the class and pakage, what should I do

shreeshivani
Автор

Great stuff, do you know how to initialize a value in the field when doing CTRL+ALT+F with the keyboard? By defaut it does not select it, and I haven't found a way to set it to field just with the keyboard.

ke_
Автор

I have a question, when I use space as leaderkey for ideavim, Ctrl+space for code completion not work, but Ctrl + Shift + space for parameter info works, how to solve it?

siuyutpang