Writing Less Code With Live Templates
How you can use live templates to get IntelliJ IDEA to write more code for you.
In this tutorial, we’re going to look at what Live Templates are, how to access them and how you can create your own.
Introduction
What are Live Templates and why might you want to use them?
Basic Example
Creating a Live Template to add a `private void method`.
Advanced Example
Creating a Live Template to add a JUnit test.
Summary Shortcuts
Live Template summary and shortcuts used.