Tagged articles
32 articles
Page 1 of 1
Programmer DD
Programmer DD
Oct 30, 2024 · Fundamentals

Boost Your Java Coding Speed with IntelliJ IDEA Live Templates

Learn how to accelerate Java development in IntelliJ IDEA by using Live Templates to auto‑complete code snippets, create custom shortcuts, organize templates with groups, employ parameters, and share templates through import/export, turning repetitive typing into a few keystrokes.

IDE shortcutsIntelliJ IDEALive Templates
0 likes · 5 min read
Boost Your Java Coding Speed with IntelliJ IDEA Live Templates
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 IDEAJavadoc
0 likes · 6 min read
How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java
Programmer DD
Programmer DD
Jun 5, 2023 · Backend Development

Boost Java Productivity: Master IntelliJ IDEA Live Templates

Learn how to use IntelliJ IDEA Live Templates to automatically generate repetitive Java code, from simple snippets like for-loops to advanced templates with variable functions, Groovy scripts, and custom configurations, dramatically reducing manual typing and improving development efficiency.

IntelliJ IDEALive Templatescode-generation
0 likes · 7 min read
Boost Java Productivity: Master IntelliJ IDEA Live Templates
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 productivityIntelliJLive Templates
0 likes · 8 min read
Boost Your Java Productivity with IntelliJ Live Templates: A Complete Guide
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.

IDE configurationIntelliJ IDEALive Templates
0 likes · 6 min read
How to Configure Class and Method Comment Templates in IntelliJ IDEA
Programmer DD
Programmer DD
Oct 7, 2021 · Backend Development

Boost Java Productivity with IntelliJ IDEA Live Templates

This guide explains how to use IntelliJ IDEA Live Templates to automate repetitive Java code, covering built‑in snippets, creating custom templates with variables, advanced functions like clipboard and groovyScript, and practical examples for declaring loggers, beans, and printing method parameters.

IDE productivityIntelliJ IDEALive Templates
0 likes · 8 min read
Boost Java Productivity with IntelliJ IDEA Live Templates
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 IDEALive Templates
0 likes · 6 min read
Using IntelliJ IDEA Live Templates for Efficient Java Code Generation
Code Ape Tech Column
Code Ape Tech Column
Jul 7, 2021 · Backend Development

Boost Java Stream Productivity with IntelliJ IDEA Live Templates

This guide explains how to use IntelliJ IDEA's Live Templates to streamline common Java Stream operations like toList, toSet, groupingBy, and joining, turning repetitive collector code into concise shortcuts that improve readability and development speed.

IntelliJ IDEAJava StreamsLive Templates
0 likes · 6 min read
Boost Java Stream Productivity with IntelliJ IDEA Live Templates
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 IDEALive TemplatesStreams
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
Programmer DD
Programmer DD
Apr 26, 2021 · Backend Development

Boost Java Stream Productivity with IntelliJ Live Templates

This article explains how to use IntelliJ IDEA's Live Templates to create shortcuts for common Java Stream collectors, reducing repetitive code and improving productivity when working with lambda expressions and the Stream API.

IntelliJ IDEAJava 8Live Templates
0 likes · 6 min read
Boost Java Stream Productivity with IntelliJ Live Templates
Programmer DD
Programmer DD
Apr 7, 2021 · Backend Development

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

This guide shows how to configure IntelliJ IDEA to automatically insert class‑level Javadoc comments and smart method‑level @param and @return annotations using custom live templates, covering template creation, variable expressions, and verification steps.

IDE automationIntelliJ IDEAJavadoc
0 likes · 8 min read
Auto‑Generate Class and Method Javadoc with IntelliJ IDEA Live 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.

CollectorsIntelliJ IDEALive Templates
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 1, 2021 · Backend Development

Boost Java Development Speed with Postfix Completion, Live Templates & Hidden IDE Tricks

This article systematically presents powerful IntelliJ IDEA techniques—including Postfix Completion, Live Templates, File Templates, and lesser‑known shortcuts—to dramatically reduce keystrokes, streamline coding workflows, and enhance overall developer productivity for both novice and seasoned Java engineers.

IDEIntelliJLive Templates
0 likes · 16 min read
Boost Java Development Speed with Postfix Completion, Live Templates & Hidden IDE Tricks
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.

Live TemplatesStreamsbackend-development
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
Programmer DD
Programmer DD
Jul 7, 2020 · Backend Development

Boost Java Stream Productivity with IntelliJ Live Templates

This article explains how to streamline Java 8 Stream operations by creating IntelliJ IDEA live templates for common collectors like toList, toSet, joining, and groupingBy, reducing repetitive code and improving developer productivity.

IntelliJ IDEAJava 8Live Templates
0 likes · 8 min read
Boost Java Stream Productivity with IntelliJ Live Templates
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.

Code RefactoringIDE shortcutsIntelliJ IDEA
0 likes · 8 min read
Essential IntelliJ IDEA Shortcuts and Tips for Boosting Development Efficiency