I've been using IntelliJ over 20 years and learned a bunch of tips, thank you!
@esra_erimez4 ай бұрын
I love this channel. It's so nice to see another female software developer presenting.
@ContinuousDelivery4 ай бұрын
Thank you for the support ❤️
@fforw4 ай бұрын
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.
@TrishaGee4 ай бұрын
Yes I use that all the time too! That's in my top 15 tips, but didn't quite make it into this video
@florianfanderl66744 ай бұрын
It's so crazy what IDEs can do these days. You always learn something new. I love it.
@piyushagarwal76283 ай бұрын
I did not learn anything new here, but I feel good about it :D Thanks for making this.
@SandipChitale2 ай бұрын
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.
@VonCarlsson4 ай бұрын
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
@AlexGnok4 ай бұрын
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)
@a-name-or-not-a-name4 ай бұрын
Structural Search & Replace - absolut killer feature. And you can create inspection and intentions out of the search & replace templates..
@davemeech4 ай бұрын
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.
@jeffmeyers87264 ай бұрын
Key Promoter X
@SteveKuo4 ай бұрын
@@jeffmeyers8726 +1 on Key Promoter X
@mcsee3 ай бұрын
Amazing!
@honzaprokes75004 ай бұрын
Great video, generally speaking even useful for PHPStorm! (Yeah Java/C# people, PHP lives and we have IDE too 🕶)
@defeqel65374 ай бұрын
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-bg8ci4 ай бұрын
Gee these are really really great tips
@bernhardkrickl51974 ай бұрын
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.
@TrishaGee4 ай бұрын
I KNEW this would be the tip which blew people's minds! Glad I could help, please don't cry :)
@bartoszpalej82064 ай бұрын
Ctrl+shift+m to extract selected code to method
@ContinuousDelivery4 ай бұрын
That's one of my favourites too!
@SteveKuo4 ай бұрын
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_4 ай бұрын
O-m-geeeee Java is such a copy of C# 😊😉😉😉😉😄 thanks for the video! 👍🏼
@ContinuousDelivery4 ай бұрын
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_4 ай бұрын
@@ContinuousDelivery it was tongue in cheek 😁👍🏼👍🏼👍🏼
@bernardobuffa23914 ай бұрын
to eclipse the Sun (microsystems) is simply a bad IDEA.... Long live netbeans!
@smokeflypaperCZE2 ай бұрын
i have one tip for you : DO NOT USE WHITE BACKGROUND! ...skipped cya