IntelliJ Navigation Shortcuts You Need to Know

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 29

  • @swapnilmehta774
    @swapnilmehta774 Год назад +36

    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!

  • @MadhanKumar-ox4pd
    @MadhanKumar-ox4pd Год назад

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

  • @mateuszobrzut3788
    @mateuszobrzut3788 11 месяцев назад +1

    more than helpful, thank you

  • @SalahEddineChennifa
    @SalahEddineChennifa 9 месяцев назад

    Thank you Sebastian. for your sharing

  • @meghraj
    @meghraj 6 месяцев назад +1

    Thanks a lot for sharing this.

  • @GeeetshKajarekar
    @GeeetshKajarekar Год назад

    Thank you !! It was really helpful !!

  • @cheshvikaraj7769
    @cheshvikaraj7769 6 месяцев назад +1

    Helpful, Thank you

  • @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: ruclips.net/video/cPXdbkM5Hl4/видео.html

    • @robertwhite3503
      @robertwhite3503 Год назад

      @@SebastianDaschnerIT Excellent.

  • @songmovie2842
    @songmovie2842 2 месяца назад

    Thanks Buddy

  • @minhduccao271
    @minhduccao271 Год назад

    What font are you using

  • @krishnasahu1015
    @krishnasahu1015 9 месяцев назад

    any shortcut for new file ??

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  9 месяцев назад

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

  • @kushalsharma4294
    @kushalsharma4294 Год назад

    thanks

  • @mxxxio
    @mxxxio 7 месяцев назад

    nice

  • @Sportgameww
    @Sportgameww 7 месяцев назад

    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 7 месяцев назад +1

    Just use VIM

    • @dagovf
      @dagovf 7 месяцев назад +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 7 месяцев назад

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

    • @YlwDrknss
      @YlwDrknss 2 месяца назад

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