Tagged articles
11 articles
Page 1 of 1
Selected Java Interview Questions
Selected Java Interview Questions
Aug 17, 2021 · Backend Development

IntelliJ IDEA Postfix Completion: How to Quickly Generate Common Code Snippets

IntelliJ IDEA’s postfix completion lets developers type a dot after an expression and instantly expand it into common code constructs—such as loops, null checks, casts, and return statements—by selecting from a visual list, dramatically reducing manual typing and improving coding efficiency.

Code GenerationIDE productivityIntelliJ IDEA
0 likes · 3 min read
IntelliJ IDEA Postfix Completion: How to Quickly Generate Common Code Snippets
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.

IntelliJ IDEAJavacode templates
0 likes · 4 min read
Using IntelliJ IDEA Postfix Completion to Accelerate Java Development
Alibaba Cloud Native
Alibaba Cloud Native
Mar 6, 2021 · Fundamentals

Boost Java Productivity with Postfix Completion, Live Templates & Hidden IDE Shortcuts

This guide explores how to dramatically improve Java development efficiency in IntelliJ IDEA by mastering Postfix Completion, customizing Live and File Templates, and leveraging a collection of low‑frequency yet powerful shortcuts, providing step‑by‑step instructions, code examples, and advanced techniques for both beginners and seasoned developers.

File TemplateIDE shortcutsIntelliJ IDEA
0 likes · 18 min read
Boost Java Productivity with Postfix Completion, Live Templates & Hidden IDE Shortcuts
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 Architecture Diary
Java Architecture Diary
Jan 5, 2021 · Fundamentals

Boost Your Coding Efficiency with IntelliJ IDEA 2020.3: AI Completion, Smart Quotes, Calculator, and Postfix Tricks

Discover how IntelliJ IDEA 2020.3 enhances productivity with machine‑learning code suggestions, automatic quoting, an integrated calculator, exception breakpoint hints, and powerful postfix completions that let you write common code patterns faster and with fewer errors.

IDE productivityIntelliJ IDEAcode assistance
0 likes · 3 min read
Boost Your Coding Efficiency with IntelliJ IDEA 2020.3: AI Completion, Smart Quotes, Calculator, and Postfix Tricks
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
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