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
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
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?
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
thanks @swapnilmehta774 bro
Super
This was very helpful thanks man.
Great shortcuts thanks!
more than helpful, thank you
Thanks a lot for sharing this.
Thank you Sebastian. for your sharing
Helpful, Thank you
Thanks Buddy
Thank you !! It was really helpful !!
in programs doing any wrong word typing backspace key not working for remove what is the reason how to solve
thanks
Can we use vim-like movements e.g. "j" for "down" or "gd" for "go-to definition"?
Yes, you can define them when you use the IdeaVim plugin: th-cam.com/video/cPXdbkM5Hl4/w-d-xo.html
@@SebastianDaschnerIT Excellent.
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
any shortcut for new file ??
You can navigate to your project tree (Alt+1) and hit Alt+Ins and select "File"
nice
What font are you using
The default JetBrains Mono
Just use VIM
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?
Yes, you can. But it doesn't work all that well. I use Neovim for anything but Java.
I just came here after video about VIM as a powerful replacement for ideas 😁