Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.23 KB

JVM Team IntelliJ Live Templates

Useful custom IntelliJ IDEA live templates.

Reason

Working on several projects on Groovy I noticed a lot of routine actions which would be good to have short cuts or live templates for. Live templates are more suitable for code generation.

Benefits

  • Helps write code faster.
  • Helps keep code formatted properly.
  • Helps follow requirements, e.g. Groovy docs, specific description, etc.

Installation

  1. Clone the project to a local directory
    git clone https://github.com/SergeyMormul/jvm-team-live-templates
  2. Start IntelliJ IDEA
  3. Import the settings from JvmTeamLiveTemplates.zip into IntelliJ following the instructions here.

Content

The settings contain following groups of templates:

Live templates

File and Code templates

Enjoy your coding!