IntelliJ IDEA Tutorial: 9 MUST KNOW SHORTCUTS

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 30

  • @fforw
    @fforw 4 місяці тому +7

    What I am using even more than about anything on this list is ctrl + w to extend the current selection in a structured way. You are at the beginning of a multi-statement line and press it -> selects the first statement, press again -> selects the whole line, press again -> selects the method (and maybe again for inner class etc). These structural extensions (also with ctrl + shift + w which does the opposite and which I almost never use) work in every file format, falling back to just lines on text files.

    • @TrishaGee
      @TrishaGee 4 місяці тому

      Yes I use that all the time too! That's in my top 15 tips, but didn't quite make it into this video

  • @grantgochnauer
    @grantgochnauer 4 місяці тому +4

    I've been using IntelliJ over 20 years and learned a bunch of tips, thank you!

  • @esra_erimez
    @esra_erimez 4 місяці тому +10

    I love this channel. It's so nice to see another female software developer presenting.

  • @florianfanderl6674
    @florianfanderl6674 4 місяці тому +2

    It's so crazy what IDEs can do these days. You always learn something new. I love it.

  • @piyushagarwal7628
    @piyushagarwal7628 3 місяці тому +1

    I did not learn anything new here, but I feel good about it :D Thanks for making this.

  • @VonCarlsson
    @VonCarlsson 4 місяці тому +3

    A couple more: shift+f6 to rename, alt+shift+up/down to move the current line up or down, ctrl+shift+up/down to move a statement up or down (brace aware), ctrl+alt+n to inline

  • @SandipChitale
    @SandipChitale 2 місяці тому

    Great tips!
    New plugin to work with multiple cursors - Exchange Selection Start and End on the JetBrains marketplace- basically equivalent of exchange-point-and-mark of good ol' Emacs. That name refers to a way to flip the cursor from one end of the selection to the other. But a more interesting function is to prepend and append a prefix and a suffix to all the selections. It also supports a syntax in prefix or suffix e.g. suffix string "Component(10,10)". If you have 5 multi cursor selections then it will generate Component10, Component20, Component30, Component40, Component50.

  • @a-name-or-not-a-name
    @a-name-or-not-a-name 4 місяці тому +1

    Structural Search & Replace - absolut killer feature. And you can create inspection and intentions out of the search & replace templates..

  • @AlexGnok
    @AlexGnok 4 місяці тому

    Thanks, these tips are very helpful, I didn't know about some of them!
    A few more tips that I use everyday as well:
    [Ctrl + Shift + Up] will move the line (or selected piece of code) up or down. If it's a line of code it will also move it inside the IF / TRY statement for example if it's above or below it.
    [Ctrl + Y] remove the whole line where caret is at
    [Ctrl + D] copy the whole line and paste it below
    [Ctrl + Shift + T] go to or generate a new test class
    [Ctrl + Alt + M] extract code to another method
    [Shift + F6] rename (with refactoring references)

  • @davemeech
    @davemeech 4 місяці тому +2

    I forget what it's called exactly, but there's a fantastic extension you can get I think for all jetbrains IDEs that pops up a little notification at the bottom right whenever you've done something via clicking that has a keyboard shortcut and shows it, along with a count of how many times you've performed that operation without it. Amazing whether you're onboarding to the IDE or a veteran.

    • @jeffmeyers8726
      @jeffmeyers8726 4 місяці тому +4

      Key Promoter X

    • @SteveKuo
      @SteveKuo 4 місяці тому

      @@jeffmeyers8726 +1 on Key Promoter X

  • @mcsee
    @mcsee 3 місяці тому +1

    Amazing!

  • @honzaprokes7500
    @honzaprokes7500 4 місяці тому

    Great video, generally speaking even useful for PHPStorm! (Yeah Java/C# people, PHP lives and we have IDE too 🕶)

  • @defeqel6537
    @defeqel6537 4 місяці тому

    Learning your editor/IDE is one of the easiest way to up your productivity. Programming isn't just about writing code, but you should be able to write quickly enough for the typing to not get in the way of your thinking. And yeah, templates and snippets and such can be helpful for this too.
    That said, it's funny how many of the features here are just trying to fix the clunkiness of writing Java.

  • @Rohan-bg8ci
    @Rohan-bg8ci 4 місяці тому

    Gee these are really really great tips

  • @bernhardkrickl5197
    @bernhardkrickl5197 4 місяці тому

    Oh! My! God! The behaviour when hitting "enter" on a suggested completion is one of the few things that annoy me about IntelliJ IDEA since switching from Eclipse many years back. Now you tell me I can instead use tab! Mind blown. I'm gonna go cry in a corner for a little while.

    • @TrishaGee
      @TrishaGee 4 місяці тому +1

      I KNEW this would be the tip which blew people's minds! Glad I could help, please don't cry :)

  • @bartoszpalej8206
    @bartoszpalej8206 4 місяці тому

    Ctrl+shift+m to extract selected code to method

  • @SteveKuo
    @SteveKuo 4 місяці тому

    So many refactoring shortcuts...but those are easy. Sorry, Mac commands, but easy enough to translate to PC if you know they exist.
    Navigate to impl - command+click
    Move current line up/down - option+shift+up/down (noted by others too)
    Navigate backward/forward - command+[/]
    Comment/Uncomment Lines block with “/* */“ - command+shift+/
    Comment/Uncomment lines with “//“ - command+/

  • @SirBenJamin_
    @SirBenJamin_ 4 місяці тому

    O-m-geeeee Java is such a copy of C# 😊😉😉😉😉😄 thanks for the video! 👍🏼

    • @ContinuousDelivery
      @ContinuousDelivery  4 місяці тому +1

      Not sure if this is tongue-in-cheek, or meant to be serious? Actually the other way around. Java came first, and C# was largely as a result of Microsoft falling out with Sun, the creators of Java.
      I remember seeing an interview with (I think) Anders Hejlsberg, one of the creators of C#, and he said that they had taken lessons from other languages, and he named several, including some pretty obscure ones, but didn't mention Java. Which was kind of hilarious, and an obvious 'edit' by Microsoft's marketing dept.
      The first version of C# was largely Java with the case of library methods changed form staring with lower case to starting with upper case 🤣🤣

    • @SirBenJamin_
      @SirBenJamin_ 4 місяці тому +1

      @@ContinuousDelivery it was tongue in cheek 😁👍🏼👍🏼👍🏼

  • @bernardobuffa2391
    @bernardobuffa2391 4 місяці тому

    to eclipse the Sun (microsystems) is simply a bad IDEA.... Long live netbeans!

  • @smokeflypaperCZE
    @smokeflypaperCZE 2 місяці тому

    i have one tip for you : DO NOT USE WHITE BACKGROUND! ...skipped cya