IntelliJ Navigation Shortcuts You Need to Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2023
  • In this video, I’m showing IntelliJ navigation shortcuts that you need to know as Java developer. 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...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 25

  • @zedddoctor
    @zedddoctor ปีที่แล้ว +2

    Great shortcuts thanks!

  • @SalahEddineChennifa
    @SalahEddineChennifa 3 หลายเดือนก่อน

    Thank you Sebastian. for your sharing

  • @_NameSpaceHere_
    @_NameSpaceHere_ 8 หลายเดือนก่อน +1

    This was very helpful thanks man.

  • @swapnilmehta774
    @swapnilmehta774 ปีที่แล้ว +25

    Notes -
    Editor Navigation -
    Ctrl + B => method def, method usage, class
    Ctrl + Alt + B => method implementation
    Ctrl + U => super method
    Ctrl + Alt + left/right => last location
    Search -
    Ctrl + N => class file
    Ctrl + Alt + N => any file
    Shift + shift => any thing
    Project navigation
    Esc => project explorer to editor
    Alt + 1 => editor to project explorer
    Alt + f1 + enter => file location
    Alt + left/right => move across open files

  • @mateuszobrzut3788
    @mateuszobrzut3788 6 หลายเดือนก่อน +1

    more than helpful, thank you

  • @meghraj
    @meghraj 19 วันที่ผ่านมา +1

    Thanks a lot for sharing this.

  • @cheshvikaraj7769
    @cheshvikaraj7769 14 วันที่ผ่านมา +1

    Helpful, Thank you

  • @GeeetshKajarekar
    @GeeetshKajarekar ปีที่แล้ว

    Thank you !! It was really helpful !!

  • @MadhanKumar-ox4pd
    @MadhanKumar-ox4pd 10 หลายเดือนก่อน

    in programs doing any wrong word typing backspace key not working for remove what is the reason how to solve

  • @kushalsharma4294
    @kushalsharma4294 9 หลายเดือนก่อน

    thanks

  • @mxxxio
    @mxxxio หลายเดือนก่อน

    nice

  • @minhduccao271
    @minhduccao271 ปีที่แล้ว

    What font are you using

  • @robertwhite3503
    @robertwhite3503 ปีที่แล้ว +1

    Can we use vim-like movements e.g. "j" for "down" or "gd" for "go-to definition"?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  ปีที่แล้ว +1

      Yes, you can define them when you use the IdeaVim plugin: th-cam.com/video/cPXdbkM5Hl4/w-d-xo.html

    • @robertwhite3503
      @robertwhite3503 ปีที่แล้ว

      @@SebastianDaschnerIT Excellent.

  • @krishnasahu1015
    @krishnasahu1015 4 หลายเดือนก่อน

    any shortcut for new file ??

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  4 หลายเดือนก่อน

      You can navigate to your project tree (Alt+1) and hit Alt+Ins and select "File"

  • @Sportgameww
    @Sportgameww หลายเดือนก่อน

    Alt + enter Suggestions for error correction
    F2 Navigate errors
    Alt + 1 Open project window
    Esc Focus back to editor
    Ctrl + E View recent files
    Ctrl + B See declaration of symbol
    Alt + F7 See usage
    Ctrl + ctrl Run anything
    Shift + Ctrl + W / Ctrl + W Expand / Close selection
    Ctrl + / Comment Shift + Ctrl + / Comment Block
    Shift + Ctrl + Enter Auto complete
    Ctrl + Alt + L Reformat file
    Shift + Ctrl + Alt + T Refactor
    Shift + Ctrl + A Find action
    Shift + Shift Search

  • @Yu-qv3qc
    @Yu-qv3qc 2 หลายเดือนก่อน

    Just use VIM

    • @dagovf
      @dagovf 2 หลายเดือนก่อน +1

      what's easier to learn a few key shortcuts in IntelliJ or how to do a Java maven project with junit framework and Mockito framework in VIM?
      Can you actually do that thing in VIM?

    • @follantic
      @follantic หลายเดือนก่อน

      Yes, you can. But it doesn't work all that well. I use Neovim for anything but Java.