This video lists Intellij IDEA shortcuts when working with Java code
Shortcuts mentioned in the video are:
Ctrl + Shift + A = Find Action
Alt + Enter = Imports - Or any errors where Intellij provides you with possible solutions
F2 = move between errors
Shift + F6 = Rename variable/method/class
Ctrl + Shift + Enter: Autocomplete
Ctrl + Space = Autocomplete suggestions
Ctrl + Shift + Space = Smart Autocomplete
Ctrl + /: Comment / Uncomment
Alt + Ctrl + V = Extract Variable
Ctrl + Alt + F = Extract Field
Ctrl + Alt + M = Extract Method
Tab = To replace existing word instead of appending
Alt + Enter = Split into variable and declaration
Ctrl + Shift + J = Join lines.
Ctrl + Alt + O = Organize imports
Ctrl + Alt + L = Format code
iter = Template for iterating
Fori = Template for for-loop
Psvm = Template for main method
ifn, inn = Templates for if null and if not null
sout, serr = Templates for System.out and System.err print
Ctrl + P = Show Parameters
Ctrl + B = Navigate to declaration (variable) or open class
Alt + Ctrl + F7 = Show usages of class
Ctrl + O = Override parent methods
Ctrl + F12 = Display all methods of class
Ctrl + F12 again to show super class methods also.
Alt + Up/Down arrow - Move between methods
In the next video we will look at shortcuts for advanced text editing.
Playlist of all the shortcut videos: • Intellij IDEA Shortcuts
Complete list of shortcuts can be found here -http://www.deepakvadgama.com/blog/int...
Printable PDF version - http://www.deepakvadgama.com/download...
Channel
----------------------------------
Master difficult programming concepts in few minutes. I try to explain difficult concepts like Java concurrency in simple to understand manner using animations and small code snippets. Explore videos on topics like Spring Boot, Cloud Foundry, Java 8 (with more coming soon). I am happy to clarify your doubts. Ask me anything in the comments. I am also happy to take requests for new videos.
New video added every Sunday.
Subscribe or explore the channel - http://bit.ly/defog_tech
Playlists
----------------------------------
Java Executor Service - http://bit.ly/exec_srvc
Java Concurrency - http://bit.ly/java_crncy
Spring Boot 2.0 - http://bit.ly/spr_boot2
Java 8 - http://bit.ly/java_8-11
Intellij IDEA Shortcuts - http://bit.ly/i_idea
Popular Videos
----------------------------------
Executor Service - • Java ExecutorService - Part 1 - Intro...
Introduction to CompletableFuture - • Introduction to CompletableFuture in ...
Understand how ForkJoinPool works - • Understanding how ForkJoinPool works
Java Memory Model in 10 minutes - • Java Memory Model in 10 minutes
Volatile vs Atomic - • Using volatile vs AtomicInteger in Ja...
What is Spring Webflux - • What is Spring Webflux and when to us...
Watch video Intellij IDEA Shortcuts - Part 3 - Working with Java online without registration, duration hours minute second in high quality. This video was added by user Defog Tech 28 December 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 6,297 once and liked it 109 people.