Tag

Groovy Script

1 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Mar 18, 2022 · Fundamentals

Configuring IntelliJ IDEA Class and Method Comment Templates with Groovy Scripts

This guide explains how to set up IntelliJ IDEA class and method Javadoc templates using File and Code Templates and Live Templates, including the required abbreviation, description, template text, applicable contexts, and custom Groovy scripts for automatically generating @param and @return annotations.

AutomationGroovy ScriptIDE configuration
0 likes · 6 min read
Configuring IntelliJ IDEA Class and Method Comment Templates with Groovy Scripts
macrozheng
macrozheng
May 12, 2021 · Backend Development

Auto‑Generate Java Class and Method Javadoc with IntelliJ IDEA Templates

This guide shows how to configure IntelliJ IDEA to automatically insert Javadoc class and method comments, including author, date, @param and @return tags, using File and Code Templates and Live Templates with custom Groovy scripts.

Groovy ScriptIntelliJ IDEAJava
0 likes · 8 min read
Auto‑Generate Java Class and Method Javadoc with IntelliJ IDEA Templates