00:12 Alt + enter Suggestions for error correction 01:18 F2 Navigate errors 01:37 Alt + 1 Open project window 01:59 Esc Focus back to editor 02:19 Ctrl + E View recent files 02:41 Ctrl + B See declaration of symbol 03:07 Alt + F7 See usage 03:45 Ctrl + ctrl Run anything 03:52 Shift + Ctrl + W / Ctrl + W Expand / Close selection 04:20 Ctrl + / Comment Shift + Ctrl + / Comment Block 04:51 Shift + Ctrl + Enter Auto complete 05:34 Ctrl + Alt + L Reformat file 06:07 Shift + Ctrl + Alt + T Refactor 06:37 Shift + Ctrl + A Find action 07:07 Shift + Shift Search
Amazing, love it ! I am a student and your policy of free licences for us is a bliss to me. And it's very smart from your company, because it shows what is the gold standard for this industry. I am convinced I will buy the full 650$ year licence in the future. Keep up the good work !
Thank you for the cheatsheet in the description, overall this video was really helpful. I'm hoping one day soon I'll be able to navigate and program in Intellij without needing the mouse.
A very useful video for the beginners. Thank you Trisha for the very good screen cast I am sure it would be a catalyst to spread the love for Intellij IDEA :)
A useful feature would be: an “Eval” button of variables on the digital touch bar on a MacBook Pro when debugging. Currently right click mouse > select Eval
I would suggest you to try out 1-2, after you get used to them, use next ones. I do that way and probably remember hundred of shortcuts, but can't even remember sometimes one, while I don't do coding %)
@@TrishaGee Thanks! People don't maintain any standard for whit spaces in java, due to curly braces, which they can't do in python. Yes both the language have their own benefits.
I came here to learn how to hide that vertical line in the middle of the Jetbrains IDEs. In case anyone is wondering, you can turn it off by going to Settings>Editor>Color Scheme>General>Guides, then click on Hard wrap guide, then deselect Foreground and Save
Thanks for the video! One correction: in Linux, Alt+1 (or any number) doesn't work unfortunately - or it only does for qwerty keyboards. There aren't many problems with those IDEs though, they're really the best!
how do I move anywhere in the code without using the touchpad,I mean what are the shortcuts for that like we have VScode(using vim extension). Please do let me know if intelliJ have it too
Thank you for the nice "presentation". I think the Ctrl+Alt+L shortcut is unfortunate, because it locks the screen on Ubuntu by default. That being said I think IntelliJ's keyboard shortcuts are extraordinarily well designed. Just like other parts of the IDE. I really like the consistency of it, compared to other software i have used (for example 10 years of going back and forth between netbeans and eclipse). I would say IntelliJ IDEA sticks out in the whole GUI software world and is a masterpiece of a well designed user interface, which doesn't get in your way. I could go on, but enough with the praise. :-) I would love to see an open source desktop application framework from Jetbrains.
Refactor this is not working on my Ubuntu 18.04 In fact all ctrl shift alt plus some letter always not working for me, ... I always have to search for it Please fix it
Hey, why nobody uses alt + j? It saves tons of time when dealing with markup, or similar things) With ctrl+w, this tool becomes the most useful thing ever)
A great IDE and a useful video, but honestly several default shortcuts would need an exorcist, they are really uncomfortable and outside of what is becoming a bit standard in various IDEs. Why this desire to diversify so much something as convenient as shortcuts? Eg: - CTRL + B better to have it to perform the Build (as the letter also suggests) - As well as CTRL + SHIFT + R for Refacoring. Why this hideous thing of Shift + Ctrl + Alt + T? etc. It's like someone one day decides to change Ctrl-C / Ctrl-V or Ctrl-S.
Hey, how do I get IntellJ IDEA to now hang and stutter when using it? Do I need a bigger CPU or something? I'm using a SSD and 32GB of RAM and my cpu is just a two core AMD, but it has a 3.4Ghz rating. And the thing just won't run smoothly! Are their configuration settings that I'm not using or something?
How can I enable showing the keyboard shortcut input at the bottom of screen as I invoke the command? Like the option in Eclipse "show key binding when command is invoked."
The video uses the Presentation Assistant plugin to show the shortcuts at the bottom. Another option is Key Promoter X which shows the keyboard shortcut if you use the mouse to invoke a command
Small doubt with intellij...plz help anyone When Iam trying to run the program in the package which has another program with error. But the correct program is no way related to the error program. But when Iam trying to run correct program, it is showing error in wrong one. But iam only interested in correct one. Could any help how to come out of this error...
Live templates are my favourite. I'm hoping we get a chance to do a video on them really soon. They don't class as shortcuts so they didn't make it into this video
I have a problem. Normally, devtools dependency starts automatically the server when we any changed. I had used it in Eclipse. But, devtools dependency doesn't work in IntelliJ IDEA. Who knows a solution?
00:12 Alt + enter Suggestions for error correction
01:18 F2 Navigate errors
01:37 Alt + 1 Open project window
01:59 Esc Focus back to editor
02:19 Ctrl + E View recent files
02:41 Ctrl + B See declaration of symbol
03:07 Alt + F7 See usage
03:45 Ctrl + ctrl Run anything
03:52 Shift + Ctrl + W / Ctrl + W Expand / Close selection
04:20 Ctrl + / Comment Shift + Ctrl + / Comment Block
04:51 Shift + Ctrl + Enter Auto complete
05:34 Ctrl + Alt + L Reformat file
06:07 Shift + Ctrl + Alt + T Refactor
06:37 Shift + Ctrl + A Find action
07:07 Shift + Shift Search
Thanks
Thanks!
Thanks This was much needed as she was in a hurry to finish
You are great, thanks!
thank you very much
I personally like the Ctrl+Shift+Backspace, it will navigate to the last edit position, so it goes great with other navigation shortcuts.
One Eclipse user didn’t like the video...
Well done Trisha!
I use Intellij and I love it but I think that Eclipse has better shortcuts :/
@@SuperLolcio Examples please.
5 now
Shortcuts are SO important. I see junior programmers manually typing so much stuff. It's the diff between fixing an issue in 4 hours instead of 2 days
Absolutely the best java ide
Cost 150 dollars per year 😩😩
@@Ihavetoreturnsomevideotapes there is the community edition which is free.
Amazing, love it ! I am a student and your policy of free licences for us is a bliss to me.
And it's very smart from your company, because it shows what is the gold standard for this industry.
I am convinced I will buy the full 650$ year licence in the future. Keep up the good work !
Mac: Cmd + T
Windows: Ctrl + Shift + Alt + T
Windows: Am I a joke to you?
valcron1000 It was Ctrl + T (^T) on mac
Yes
😂
that's why people say Mac is for dummies .
just put refactor on ctrl R, spare me the pain of doing it myself haha
Just now i am moving from eclipse to IntelliJ. this video is really use ful
This was amazing, thanks for doing this video, it's going to save a lot of time on my daily coding
Thank you for the cheatsheet in the description, overall this video was really helpful. I'm hoping one day soon I'll be able to navigate and program in Intellij without needing the mouse.
A very useful video for the beginners. Thank you Trisha for the very good screen cast I am sure it would be a catalyst to spread the love for Intellij IDEA :)
Thanks for onboarding tour! Great job!
IntelliJ is just awesome
Thank you for your kind words! We appreciate it.
A useful feature would be: an “Eval” button of variables on the digital touch bar on a MacBook Pro when debugging. Currently right click mouse > select Eval
This showed as an ad in my timeline but I do not regret clicking on it.
thank you very much for making this video very helpful ❤❤❤❤❤❤❤❤❤❤❤❤❤❤💕💕💕💕💕💕💕💕💕💕😘😘😘😘
Thank you very much, it was very informative!
Thanks! Glad you've enjoyed it!
There is so many useful tools, but I can't remember them all to even be able look for them... But I still love Intellij IDEA.
I use a note for this.
I would suggest you to try out 1-2, after you get used to them, use next ones.
I do that way and probably remember hundred of shortcuts, but can't even remember sometimes one, while I don't do coding %)
Check out the Key Promoter X plugin. When you're using the mouse, it can remind you of keyboard shortcuts associated with those actions.
THANK YOU :)
I am so glad you have a shortcut tool for VS. I have to use VS for work and now it's not so horrible with THE ReSharper tools. :)
If you think it is difficult to remember predefined shortcuts, you have the option to change it as you like.
this video saves lives
thanks for all information
Sangat mendidik..bagus
Alt + 4 to bring up the logging console
Shift + Ctrl + Enter
How sweet you are :)
Thank you
6:50 I think these are changed now right? double tap shift it'' give you the same which much more easier and faster and this
wonderful
Nice video.
Is there any shortcut to remove unnecessary white spaces?
Isnt't autoformat (alt+l) removing them?
@@Quillraven No, not completely.
@@durgaprasadbehera9916 You can configure in the code style settings what counts as unnecessary whitespace. Then reformat should work for you
@@TrishaGee Thanks!
People don't maintain any standard for whit spaces in java, due to curly braces, which they can't do in python. Yes both the language have their own benefits.
Thanks
I came here to learn how to hide that vertical line in the middle of the Jetbrains IDEs. In case anyone is wondering, you can turn it off by going to Settings>Editor>Color Scheme>General>Guides, then click on Hard wrap guide, then deselect Foreground and Save
Thank You!
shift+f6, ctrl+N, ctrl+shift+F/R are very usefull as well
So true! They are really useful
Didn't know about F2.
This one is the best in big projects
What tools did you use to create this video?
IntelliJ IDEA (obviously!) and Camtasia, on a MacBook Pro
Oh, My Jetbrains, I love you!!!
Impressive !
what is the shortcut to make a block of codes to comment line
Thank
Thanks for the video! One correction: in Linux, Alt+1 (or any number) doesn't work unfortunately - or it only does for qwerty keyboards. There aren't many problems with those IDEs though, they're really the best!
I use shortcuts heavily, came here to find more, wasn't disappointed
I'm surprised Ctrl + D didn't make the list to copy the current line
how do I move anywhere in the code without using the touchpad,I mean what are the shortcuts for that like we have VScode(using vim extension). Please do let me know if intelliJ have it too
What is the Run shortcut for windows ?
Thank you for the nice "presentation". I think the Ctrl+Alt+L shortcut is unfortunate, because it locks the screen on Ubuntu by default. That being said I think IntelliJ's keyboard shortcuts are extraordinarily well designed. Just like other parts of the IDE. I really like the consistency of it, compared to other software i have used (for example 10 years of going back and forth between netbeans and eclipse). I would say IntelliJ IDEA sticks out in the whole GUI software world and is a masterpiece of a well designed user interface, which doesn't get in your way. I could go on, but enough with the praise. :-) I would love to see an open source desktop application framework from Jetbrains.
What is the cmd for font resize?
Refactor this is not working on my Ubuntu 18.04
In fact all ctrl shift alt plus some letter always not working for me,
... I always have to search for it
Please fix it
I was using ctrl + enter in vs code to go to line down. What is shortcut of it in intelij?
ctrl shift enter?
How to navigate between tabs on the IDE?
shift command A, is inbuild macos command
Hey, why nobody uses alt + j? It saves tons of time when dealing with markup, or similar things)
With ctrl+w, this tool becomes the most useful thing ever)
+1 to alt+J (ctrl+G in mac)
Mac and Windows are mentioned. What about linux? ;)
Windows and linux shortcuts have the same defaults afaik
intellij does not limit the shortcut profile for each OS. U can choose anything u want, or make your own shortcut profile
A great IDE and a useful video, but honestly several default shortcuts would need an exorcist, they are really uncomfortable and outside of what is becoming a bit standard in various IDEs.
Why this desire to diversify so much something as convenient as shortcuts?
Eg:
- CTRL + B better to have it to perform the Build (as the letter also suggests)
- As well as CTRL + SHIFT + R for Refacoring. Why this hideous thing of Shift + Ctrl + Alt + T?
etc.
It's like someone one day decides to change Ctrl-C / Ctrl-V or Ctrl-S.
Hey, how do I get IntellJ IDEA to now hang and stutter when using it? Do I need a bigger CPU or something? I'm using a SSD and 32GB of RAM and my cpu is just a two core AMD, but it has a 3.4Ghz rating. And the thing just won't run smoothly! Are their configuration settings that I'm not using or something?
how do i multi select files on intelij
Respect to my dear 'ctrl + space' to which didn't make it in the list.
Nope, not this video sorry. But it does feature in the Code Completion video.
How can I enable showing the keyboard shortcut input at the bottom of screen as I invoke the command?
Like the option in Eclipse "show key binding when command is invoked."
The video uses the Presentation Assistant plugin to show the shortcuts at the bottom. Another option is Key Promoter X which shows the keyboard shortcut if you use the mouse to invoke a command
@@TrishaGee thank you so much!
Nice
please make clip about steps to generate jar file for javafx ...its very difficult to do it!!!
Small doubt with intellij...plz help anyone
When Iam trying to run the program in the package which has another program with error. But the correct program is no way related to the error program.
But when Iam trying to run correct program, it is showing error in wrong one.
But iam only interested in correct one. Could any help how to come out of this error...
right Alt + enter dont work.
but left + enter works fine.
After pressing Ctrl + B, how can we go back to same place?
ctrl alt left arrow
intellij is epic
whats the shortcut for System.out.println();
sout
ctrl w for Windows while alt up/down for mac, this is discrimination
and when do you add czech language? we are waitng 20 years for that
psvm + enter
sout + enter
Live templates are my favourite. I'm hoping we get a chance to do a video on them really soon. They don't class as shortcuts so they didn't make it into this video
We recently published a video about live templates! Take a look if you haven't done it yet
How to customize your shortcut keys
Check this: www.jetbrains.com/help/idea/configuring-keyboard-and-mouse-shortcuts.html
cool
Why are there no Chinese subtitles? After all, there are the largest number of users from China.
it is called option on mac not alt
im disappointed my favorite shortcuts were not mentioned in this video.
I have a problem.
Normally, devtools dependency starts automatically the server when we any changed. I had used it in Eclipse.
But, devtools dependency doesn't work in IntelliJ IDEA. Who knows a solution?
You need to enable Compile on save by File -> Settings -> Build, Excecution and Deploylment -> Compiler and check Build project automatically
1 day with 39,809 sloc :) I can't do it without IntelliJ IDEA.
🎄🇨🇴🧔🏻👍🏼🤝🏼💻👍🏼
Why does she sound like Lara Croft VA from ps1
The Wonder 9F iT all❗
alt + 145 >3
#cheers 🎉