Tips for using IntelliJ IDEA effectively

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

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

  • @TheRich107
    @TheRich107 3 หลายเดือนก่อน +1

    Thanks, your contents has been very valuble for gettong me started with vim motions.
    Idea vim is a much lower barrier to entry than going stright to nvim when i have been using pycharm for so long.

  • @davidfranck1133
    @davidfranck1133 3 ปีที่แล้ว +8

    Thanks for the video ! I'm using a lot ctr+shift+a (find actions) when I don't remember a shorcut.

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

    CTRL+SHIFT+F8 for listing all breakpoints and then with the keyboard you can do multi-select and remove in bulk.

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

    You can also use the vim command 'gd' to go to the definition of a function/variable/... and vice versa!

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

    Thanks a lot for these tips, some I didn't even realize I needed them.

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

    There is one really cool, that I use all the time, to open a project you can CTRL twice, then type open and the name of your project

  • @ja-rek8846
    @ja-rek8846 ปีที่แล้ว +1

    WOW

  • @ChrisSturtevantplus
    @ChrisSturtevantplus 3 ปีที่แล้ว +3

    How did you enable IDEAVim navigation in the project view?

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

      Good point, I should have added that: youtrack.jetbrains.com/issue/VIM-1042#focus=Comments-27-4651720.0-0

    • @ChrisSturtevantplus
      @ChrisSturtevantplus 3 ปีที่แล้ว

      @@SebastianDaschnerIT thanks for pointing that out.

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

    Nice. What shortcut you have for the context menu?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  2 ปีที่แล้ว

      Which context menu exactly? I do use the 'context menu' key on my keyboard if you mean that

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

    thank you so much

  • @Kubkochan
    @Kubkochan 3 ปีที่แล้ว

    configuring issue tracker in tools and context ftw with issue linking in commits

  • @monodwipdas3290
    @monodwipdas3290 3 ปีที่แล้ว

    Can you say what is the problem with my IntelliJ IDEA. It takes too long to start even though I have a i5 10th Gen, 8GB RAM Laptop.
    But on my friends laptop (which is i3 8th Gen, 4GB RAM) it starts very fast than mine. I'm very much frustrated with this problem.

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

      Maybe you can try out different projects in case some project-specific stuff needs to be parsed. Otherwise, I'd look for some additional plugins that you've added. From my experience, support for Scala, Groovy, etc. might take a while... Other than that, not sure. If that doesn't help, I'd try to wipe and freshly reinstall everything

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

      @@SebastianDaschnerIT I found out the problem. Yesterday I deactivated Windows Defender for Intellij IDEA, and it is now starting fast.
      Thank You for your reply.

    • @wewe-fx6un
      @wewe-fx6un 2 ปีที่แล้ว

      It works slow on i7 10th gen, 16gb ram, 1tb ssd

  • @jopadjr
    @jopadjr 2 ปีที่แล้ว

    289th...Thanks Sebastian

  • @weetcka
    @weetcka 2 ปีที่แล้ว

    You're not really using relative line navigation yourself in this tutorial though