Tagged articles
3 articles
Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Mar 22, 2021 · Fundamentals

Auto‑Generate Class and Method Javadoc Templates in IntelliJ IDEA

This guide walks you through configuring IntelliJ IDEA to automatically insert class‑level and method‑level Javadoc comments using File and Code Templates and Live Templates, including GroovyScript expressions for dynamic @author, @date, @param, and @return tags.

GroovyScriptIDE configurationIntelliJ IDEA
0 likes · 8 min read
Auto‑Generate Class and Method Javadoc Templates in IntelliJ IDEA
Java Architect Essentials
Java Architect Essentials
Nov 11, 2020 · Fundamentals

Using IntelliJ IDEA Live Templates for Efficient Java Code Generation

This article explains how to leverage IntelliJ IDEA's Live Templates feature—including basic usage, custom template creation, variable functions, and advanced Groovy scripts—to quickly generate repetitive Java code such as loops, loggers, beans, and context‑aware logging statements, thereby boosting development productivity.

GroovyScriptIDE productivityIntelliJ IDEA
0 likes · 6 min read
Using IntelliJ IDEA Live Templates for Efficient Java Code Generation
Architect's Tech Stack
Architect's Tech Stack
Oct 19, 2020 · Backend Development

Using IntelliJ IDEA Live Templates to Accelerate Java Development

This article explains how to leverage IntelliJ IDEA's Live Templates feature—including built‑in snippets, custom templates, variable functions, and advanced Groovy scripts—to quickly generate repetitive Java code such as loops, fields, loggers, beans, and context‑aware logging statements.

GroovyScriptIDE TipsIntelliJ IDEA
0 likes · 7 min read
Using IntelliJ IDEA Live Templates to Accelerate Java Development