Intellij Coding Shortcuts You Need to Know

Поділитися
Вставка
  • Опубліковано 4 чер 2024
  • 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.
    For more information: blog.sebastian-daschner.com/e...
    Developer Productivity Masterclass: www.sebastian-daschner.com/co...
  • Наука та технологія

КОМЕНТАРІ • 13

  • @cmdjulian
    @cmdjulian Рік тому +1

    Nice video Sebastian, thanks 👍🏽

  • @joeljacob4685
    @joeljacob4685 11 місяців тому +1

    Thank you these tips are super helpful!!

  • @sravandatha9511
    @sravandatha9511 5 місяців тому +1

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

  • @user-hl2eb9ke7g
    @user-hl2eb9ke7g 8 місяців тому

    Thank you that was really helpful..!

  • @AbanaBawe
    @AbanaBawe 6 місяців тому +1

    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

  • @lakrinmex8132
    @lakrinmex8132 8 днів тому

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

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  7 днів тому

      Yes, I also recommend to remove all OS mappings that don't involve the super (Windows) key to avoid conflicts especially with the IDE

  • @ke30_
    @ke30_ Рік тому

    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.

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому

      Try pressing Alt, it should highlight the options (usually selectable with Alt+ a key that is shown underlined)

  • @korayavci954
    @korayavci954 Рік тому +1

    Woaw💞

  • @shreeshivani2643
    @shreeshivani2643 5 місяців тому

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

  • @siuyutpang2335
    @siuyutpang2335 Рік тому

    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?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому

      You might need to check the IdeaVIM bindings (which ones to take the IDE vs. VIM mapping), that might solve it