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
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.
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?
Alt + Enter may not work for some. you can go to settings -> keymap -> Generate -> Add Shortcut key. you can add your own shortcut
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
Nice video Sebastian, thanks 👍🏽
On Linux Ctrl+Alt+L is assigned to Log Out. Reassign it to soemthing else in settings-> type "format" in search bar.
Yes, I also recommend to remove all OS mappings that don't involve the super (Windows) key to avoid conflicts especially with the IDE
Thank you these tips are super helpful!!
My tooltips box is not covering all the class and pakage ,what should I do
Thank you that was really helpful..!
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.
Try pressing Alt, it should highlight the options (usually selectable with Alt+ a key that is shown underlined)
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?
You might need to check the IdeaVIM bindings (which ones to take the IDE vs. VIM mapping), that might solve it
Woaw💞