Tag

code templates

1 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Aug 21, 2021 · Backend Development

Configuring Class and Method Javadoc Templates in IntelliJ IDEA

This guide explains how to set up IntelliJ IDEA templates to automatically generate class and method Javadoc comments, including adding author and date placeholders, creating live templates for @param and @return annotations, and customizing variable expressions with Groovy scripts.

IntelliJ IDEAJavaJavadoc
0 likes · 6 min read
Configuring Class and Method Javadoc Templates in IntelliJ IDEA
Top Architect
Top Architect
Jul 19, 2021 · Fundamentals

IntelliJ IDEA UI Customization and Shortcut Settings Guide

This guide details step‑by‑step how to customize IntelliJ IDEA's toolbar, hover documentation, separators, case‑sensitivity hints, themes, auto‑import, tab layout, fonts, comment styling, inspection levels, project view, window restoration, local history, semicolon completion, controller navigation, brace matching, and where configuration files are stored, including creating custom Javadoc templates.

IDE configurationIntelliJ IDEAUI Customization
0 likes · 8 min read
IntelliJ IDEA UI Customization and Shortcut Settings Guide
Architect's Tech Stack
Architect's Tech Stack
May 22, 2021 · Backend Development

Using IntelliJ IDEA Postfix Completion to Accelerate Java Development

This article introduces IntelliJ IDEA's powerful postfix completion feature, explains how to trigger it with a dot after an expression, and demonstrates ten common templates such as var declaration, null‑check, for‑loops, type casting and return statements, each illustrated with GIF examples.

IDE tipsIntelliJ IDEAJava
0 likes · 4 min read
Using IntelliJ IDEA Postfix Completion to Accelerate Java Development
Architecture Digest
Architecture Digest
May 3, 2021 · Fundamentals

IntelliJ IDEA UI Customization, Shortcut, and Template Configuration Guide

This article provides a comprehensive step‑by‑step guide for customizing IntelliJ IDEA’s toolbar, tooltips, themes, fonts, code‑completion behavior, auto‑import, tab layout, shortcut keys, comment styles, inspection settings, and documentation templates, helping developers improve productivity and maintain consistent code standards.

IDE configurationIntelliJ IDEAUI Customization
0 likes · 9 min read
IntelliJ IDEA UI Customization, Shortcut, and Template Configuration Guide
Java Captain
Java Captain
Oct 26, 2019 · Fundamentals

Using IntelliJ IDEA Postfix Completion Templates for Faster Java Coding

This article introduces IntelliJ IDEA's powerful postfix completion feature, explains how to trigger it with a dot, and showcases ten ready‑made templates—including var declaration, null‑check, loop generation, and return statements—that let Java developers generate common code snippets instantly.

IDE tipsIntelliJ IDEAJava
0 likes · 2 min read
Using IntelliJ IDEA Postfix Completion Templates for Faster Java Coding