IntelliJ Navigation Shortcuts You Need to Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

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

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

    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

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

    This was very helpful thanks man.

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

    Great shortcuts thanks!

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

    more than helpful, thank you

  • @meghraj
    @meghraj 4 หลายเดือนก่อน +1

    Thanks a lot for sharing this.

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

    Thank you Sebastian. for your sharing

  • @cheshvikaraj7769
    @cheshvikaraj7769 4 หลายเดือนก่อน +1

    Helpful, Thank you

  • @songmovie2842
    @songmovie2842 15 วันที่ผ่านมา

    Thanks Buddy

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

    Thank you !! It was really helpful !!

  • @MadhanKumar-ox4pd
    @MadhanKumar-ox4pd ปีที่แล้ว

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

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

    thanks

  • @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.

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

    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

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

    any shortcut for new file ??

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

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

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

    nice

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

    What font are you using

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

    Just use VIM

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

      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 5 หลายเดือนก่อน

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

    • @YlwDrknss
      @YlwDrknss 29 วันที่ผ่านมา

      I just came here after video about VIM as a powerful replacement for ideas 😁