Tag

Live Templates

0 views collected around this technical thread.

Top Architecture Tech Stack
Top Architecture Tech Stack
May 7, 2024 · Backend Development

How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java

This guide explains step‑by‑step how to configure IntelliJ IDEA’s Live Templates to automatically generate Javadoc comments for Java methods, including creating a custom template group, defining variables, setting scope, and showcasing useful Java‑8 snippets, while also noting promotional offers for activation tools.

IDE tipsIntelliJ IDEAJava
0 likes · 6 min read
How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java
macrozheng
macrozheng
Jan 11, 2023 · Backend Development

Boost Your Java Productivity with IntelliJ Live Templates: A Complete Guide

This article explains what IntelliJ Live Templates are, how they work, and provides a step‑by‑step guide with common built‑in templates, custom template creation, surrounding templates, and variable usage to dramatically speed up repetitive Java coding tasks.

IDE productivityIntelliJJava
0 likes · 8 min read
Boost Your Java Productivity with IntelliJ Live Templates: A Complete Guide
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.

Groovy ScriptIDE configurationIntelliJ IDEA
0 likes · 6 min read
Configuring IntelliJ IDEA Class and Method Comment Templates with Groovy Scripts
IT Xianyu
IT Xianyu
Dec 28, 2021 · Fundamentals

How to Configure Class and Method Comment Templates in IntelliJ IDEA

This guide explains step‑by‑step how to set up class and method comment templates in IntelliJ IDEA, including creating file and live templates, configuring parameters, adding Groovy scripts for @param and @return generation, and verifying the generated Javadoc comments for Java files.

Code DocumentationIDE configurationIntelliJ IDEA
0 likes · 6 min read
How to Configure Class and Method Comment Templates in IntelliJ IDEA
Top Architect
Top Architect
Sep 12, 2021 · Fundamentals

Using IntelliJ IDEA Live Templates for Efficient Java Code Generation

This article explains how IntelliJ IDEA's Live Templates feature can automate repetitive Java code creation, covering basic usage, custom template definition, advanced variable functions, and practical examples to boost development productivity.

IDE tipsIntelliJ IDEAJava
0 likes · 6 min read
Using IntelliJ IDEA Live Templates for Efficient Java Code Generation
Architect's Tech Stack
Architect's Tech Stack
Sep 9, 2021 · Backend Development

Using IntelliJ IDEA Live Templates to Simplify Java Stream Collector Calls

This article explains how to use IntelliJ IDEA's Live Template feature to create shortcuts for common Java Stream collector operations such as toList, toSet, joining, and groupingBy, improving code readability and productivity when migrating large codebases to the Stream API.

IntelliJ IDEAJavaLive Templates
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collector Calls
ByteDance Dali Intelligent Technology Team
ByteDance Dali Intelligent Technology Team
Jun 28, 2021 · Mobile Development

Implementing Event Tracking in Mobile Apps Using Kotlin and Selenium

This article discusses implementing event tracking in mobile applications using Kotlin, including creating extension methods for cleaner code, handling third-party platform limitations with Selenium, and sharing practical experiences from multiple project versions.

Data AnalyticsExtension MethodsKotlin
0 likes · 8 min read
Implementing Event Tracking in Mobile Apps Using Kotlin and Selenium
Top Architect
Top Architect
May 15, 2021 · Backend Development

Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors

This article explains how to create and use IntelliJ IDEA live templates to replace repetitive Java Stream collector calls such as toList(), toSet(), and groupingBy() with concise shortcuts, improving code readability and productivity when migrating legacy code to Java 8 streams.

IntelliJ IDEAJavaLive Templates
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
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
Architect's Tech Stack
Architect's Tech Stack
Mar 29, 2021 · Backend Development

Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors

This article explains how to upgrade Java code to use lambda expressions and the Stream API, highlights the inconvenience of repeatedly writing collect(Collectors.toList()) calls, and shows how IntelliJ IDEA's Live Templates can automate common collector patterns to boost productivity.

IntelliJ IDEAJavaLive Templates
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
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
Top Architect
Top Architect
Jul 23, 2020 · Backend Development

Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors

This article explains how to create and use IntelliJ IDEA live templates to replace verbose Java Stream collector calls such as collect(Collectors.toList()) with concise shortcuts like .toList, improving code readability and productivity for backend developers.

IntelliJ IDEAJavaLive Templates
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
Java Captain
Java Captain
Sep 9, 2018 · Fundamentals

Essential IntelliJ IDEA Shortcuts and Tips for Boosting Development Efficiency

This guide introduces a comprehensive collection of IntelliJ IDEA shortcuts, navigation tricks, Alt+Enter actions, live templates, postfix completions, and refactoring utilities, showing how mastering these features can dramatically increase coding speed, code quality, and overall developer productivity.

IDE shortcutsIntelliJ IDEALive Templates
0 likes · 8 min read
Essential IntelliJ IDEA Shortcuts and Tips for Boosting Development Efficiency