Tagged articles
553 articles
Page 4 of 6
Java Architect Essentials
Java Architect Essentials
Dec 8, 2021 · Fundamentals

IntelliJ IDEA Appearance and UI Settings Guide

This article provides a comprehensive step‑by‑step guide to configuring IntelliJ IDEA's appearance, fonts, accessibility options, UI elements, tool windows, menus, system settings, file colors, scopes, notifications, quick lists, and path variables, helping developers personalize their IDE for better productivity and comfort.

AppearanceIDE configurationIntelliJ IDEA
0 likes · 10 min read
IntelliJ IDEA Appearance and UI Settings Guide
Programmer DD
Programmer DD
Dec 2, 2021 · Backend Development

Explore IntelliJ IDEA 2021.3: Remote Development, Smart Refactoring, and New Spring Support

IntelliJ IDEA 2021.3 introduces a beta remote development mode, enhanced IDE repair tools, convenient font scaling, streamlined Markdown table creation, advanced unsafe string checks, improved refactoring shortcuts, and multiple Spring framework enhancements, all illustrated with screenshots and GIFs for developers.

IDE FeaturesIntelliJ IDEAJava
0 likes · 6 min read
Explore IntelliJ IDEA 2021.3: Remote Development, Smart Refactoring, and New Spring Support
Programmer DD
Programmer DD
Nov 26, 2021 · Backend Development

Master Java Servlet Inheritance with IntelliJ IDEA Diagrams

This guide shows how to use IntelliJ IDEA’s diagram feature to visualize, clean up, and explore Java Servlet inheritance and interface relationships, including removing unwanted classes, inspecting members, adding new classes, and jumping directly to source code for deeper understanding.

Backend DevelopmentInheritance DiagramIntelliJ IDEA
0 likes · 5 min read
Master Java Servlet Inheritance with IntelliJ IDEA Diagrams
Wukong Talks Architecture
Wukong Talks Architecture
Nov 22, 2021 · Backend Development

10 Practical IntelliJ IDEA Plugins to Boost Development Efficiency

This article introduces ten useful IntelliJ IDEA plugins—including aiXcoder, Java Stream Debugger, easy_javadoc, Easy Code, Restfultoolkit, Key promoter X, String Manipulation, Translation, Git Auto Pull, and .gitignore—detailing their features, shortcuts, and how they can streamline Java backend development and improve coding productivity.

Backend DevelopmentIntelliJ IDEAJava
0 likes · 5 min read
10 Practical IntelliJ IDEA Plugins to Boost Development Efficiency
Selected Java Interview Questions
Selected Java Interview Questions
Nov 19, 2021 · Backend Development

Deploying a Spring Boot Application to Docker Using IntelliJ IDEA

This tutorial walks through installing Docker, configuring remote access, creating a Spring Boot project with Maven, adding Docker support via plugins, writing Dockerfile and application code, building the image, and running the container, demonstrating a complete end‑to‑end deployment workflow.

Backend DevelopmentDockerIntelliJ IDEA
0 likes · 6 min read
Deploying a Spring Boot Application to Docker Using IntelliJ IDEA
Programmer DD
Programmer DD
Nov 19, 2021 · Backend Development

Boost Your Java Productivity: 15 Must‑Have IntelliJ IDEA Plugins & Settings

This guide presents fifteen essential IntelliJ IDEA plugins and configuration tweaks—including Codota, Lombok, MyBatisX, and SonarLint—plus custom live templates and global settings that together can dramatically accelerate Java development, improve code quality, and streamline daily workflow for developers.

IDE TipsIntelliJ IDEAJava
0 likes · 8 min read
Boost Your Java Productivity: 15 Must‑Have IntelliJ IDEA Plugins & Settings
Java Architect Essentials
Java Architect Essentials
Nov 7, 2021 · Backend Development

How to Install and Configure JRebel for Java Web Development (Tomcat)

This guide explains how to install JRebel, a hot‑deployment tool for Java web applications, using either Tomcat startup parameters or the IntelliJ IDEA plugin, and details the necessary VM options, deployment settings, and Maven/Gradle integration to achieve instant code updates without restarting the server.

Backend DevelopmentHot DeploymentIntelliJ IDEA
0 likes · 5 min read
How to Install and Configure JRebel for Java Web Development (Tomcat)
Java High-Performance Architecture
Java High-Performance Architecture
Nov 5, 2021 · Backend Development

How to Build a SpringBoot + MyBatis Multi‑Module Project in IntelliJ IDEA

This guide walks through creating a SpringBoot and MyBatis multi‑module project in IntelliJ IDEA, covering environment setup, parent and child module creation, dependency configuration, bean scanning, MyBatis integration, and troubleshooting common startup errors, culminating in a runnable demo endpoint.

IntelliJ IDEAMulti‑moduleMyBatis
0 likes · 13 min read
How to Build a SpringBoot + MyBatis Multi‑Module Project in IntelliJ IDEA
Selected Java Interview Questions
Selected Java Interview Questions
Nov 4, 2021 · Backend Development

Comprehensive Guide to Customizing IntelliJ IDEA: Toolbar, Tooltips, Themes, Auto‑Import, Tabs, Fonts, and More

This tutorial walks through numerous IntelliJ IDEA configuration steps—including showing the toolbar, enabling quick documentation, adjusting appearance, auto‑importing packages, customizing tabs, changing fonts, setting comment templates, and tweaking shortcuts—to help Java developers improve productivity and code quality.

IDE customizationIntelliJ IDEAJava development
0 likes · 7 min read
Comprehensive Guide to Customizing IntelliJ IDEA: Toolbar, Tooltips, Themes, Auto‑Import, Tabs, Fonts, and More
Code Ape Tech Column
Code Ape Tech Column
Oct 30, 2021 · Fundamentals

Customizing IntelliJ IDEA: Toolbar, Tooltips, Themes, Shortcuts, and More

This guide walks through a comprehensive set of IntelliJ IDEA customizations—including toolbar visibility, mouse‑hover documentation, method separators, case‑insensitive completion, theme selection, auto‑import, tab layout, font adjustments, documentation templates, code display options, shortcut remapping, comment styling, inspection levels, project view folding, window reset, history navigation, quick semicolon insertion, controller search, and brace matching—providing step‑by‑step settings and visual examples.

Code navigationIDE customizationIntelliJ IDEA
0 likes · 8 min read
Customizing IntelliJ IDEA: Toolbar, Tooltips, Themes, Shortcuts, and More
Programmer DD
Programmer DD
Oct 15, 2021 · Backend Development

Master IntelliJ IDEA Debugging: 5 Powerful Techniques to Boost Java Development

This guide walks Java developers through five essential IntelliJ IDEA debugging techniques—including conditional breakpoints, drop‑frame navigation, multithreaded debugging, remote debugging setup, and on‑the‑fly expression evaluation—to dramatically improve bug‑fixing efficiency.

Conditional BreakpointDebuggingIntelliJ IDEA
0 likes · 7 min read
Master IntelliJ IDEA Debugging: 5 Powerful Techniques to Boost Java Development
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.

Code GenerationIDE productivityIntelliJ IDEA
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.

Code GenerationIDE TipsIntelliJ IDEA
0 likes · 6 min read
Using IntelliJ IDEA Live Templates for Efficient Java Code Generation
Java Architect Essentials
Java Architect Essentials
Aug 25, 2021 · Fundamentals

Master Git in IntelliJ IDEA: A Step‑by‑Step Guide

This tutorial walks you through the fundamentals of Git, explains how to configure it in IntelliJ IDEA, and provides detailed step‑by‑step instructions for common operations such as clone, checkout, diff, log, commit, push, and using the built‑in terminal.

GitIntelliJ IDEATutorial
0 likes · 7 min read
Master Git in IntelliJ IDEA: A Step‑by‑Step Guide
Java Backend Technology
Java Backend Technology
Aug 22, 2021 · Fundamentals

8 Essential IntelliJ IDEA Settings Every Eclipse Switcher Should Enable

This guide lists eight crucial IntelliJ IDEA configuration tweaks—such as enabling automatic compilation, case‑insensitive completion, smart imports, hover hints, multi‑line tabs, proper file encoding, Ctrl‑scroll font resizing, and line numbers—to help developers transitioning from Eclipse work more efficiently.

EclipseIDEIntelliJ IDEA
0 likes · 5 min read
8 Essential IntelliJ IDEA Settings Every Eclipse Switcher Should Enable
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.

AutomationIntelliJ IDEAJava
0 likes · 6 min read
Configuring Class and Method Javadoc Templates in IntelliJ IDEA
Code Ape Tech Column
Code Ape Tech Column
Aug 21, 2021 · Backend Development

Comprehensive Guide to Debugging in IntelliJ IDEA

This article provides a detailed tutorial on using IntelliJ IDEA's debug mode, covering basic usage, shortcut keys, variable inspection, expression evaluation, smart step‑into, conditional breakpoints, multithreaded debugging, drop frame, force return, and JRebel activation for efficient Java development.

DebuggingDevelopmentIDE
0 likes · 14 min read
Comprehensive Guide to Debugging in IntelliJ IDEA
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
Code Ape Tech Column
Code Ape Tech Column
Aug 14, 2021 · Backend Development

Top IntelliJ IDEA Plugins to Boost Your Development Efficiency

This guide introduces a curated list of IntelliJ IDEA plugins and configuration tweaks—including Codota, Key Promoter X, Lombok, and MybatisX—designed to accelerate Java development, improve code quality, and streamline everyday coding tasks for developers.

IntelliJ IDEAJavadevelopment-tools
0 likes · 5 min read
Top IntelliJ IDEA Plugins to Boost Your Development Efficiency
Architecture Digest
Architecture Digest
Aug 9, 2021 · Backend Development

Essential IntelliJ IDEA Plugins and Settings to Boost Productivity

This guide introduces a curated list of IntelliJ IDEA plugins—including Codota, Key Promoter X, CodeGlance, Lombok, Alibaba Java Coding Guidelines, and more—along with configuration tweaks such as live templates, import optimization, and UI adjustments, all aimed at dramatically improving Java development efficiency.

IDE TipsIntelliJ IDEAJava
0 likes · 5 min read
Essential IntelliJ IDEA Plugins and Settings to Boost Productivity
macrozheng
macrozheng
Aug 5, 2021 · Fundamentals

What’s New in IntelliJ IDEA 2021.2? Top Features You Shouldn’t Miss

IntelliJ IDEA 2021.2 introduces a refreshed icon, configurable actions on auto‑save, a powerful Package Search for Maven/Gradle, enhanced diagram views, automatic cache and log cleanup, and new microservice diagrams, helping developers work more efficiently and avoid common pitfalls.

Cache CleanupCode FormattingIDE
0 likes · 5 min read
What’s New in IntelliJ IDEA 2021.2? Top Features You Shouldn’t Miss
Architect's Tech Stack
Architect's Tech Stack
Aug 1, 2021 · Backend Development

How to Install and Use Popular IntelliJ IDEA Plugins for Java Development

This article introduces IntelliJ IDEA plugin installation methods—online and offline—and provides concise overviews of more than twenty essential plugins, including Lombok, RestfulTool, MyBatis helpers, code quality tools, and visual enhancements, helping Java developers boost productivity and code quality.

IDE pluginsIntelliJ IDEAJava
0 likes · 10 min read
How to Install and Use Popular IntelliJ IDEA Plugins for Java Development
Programmer DD
Programmer DD
Jul 31, 2021 · Fundamentals

What’s New in IntelliJ IDEA 2021.2? Top Features You Should Try

IntelliJ IDEA 2021.2 introduces Project‑Wide analysis, enhanced code formatting, a revamped package search, richer inspections, improved Markdown support, smarter version‑control actions, JavaFX wizard updates, and numerous UI and performance refinements for a smoother development experience.

2021.2 releaseIDE FeaturesIntelliJ IDEA
0 likes · 5 min read
What’s New in IntelliJ IDEA 2021.2? Top Features You Should Try
Java Backend Technology
Java Backend Technology
Jul 25, 2021 · Backend Development

Boost Your Java Productivity: 15 Must‑Have IntelliJ IDEA Plugins

This guide lists fifteen essential IntelliJ IDEA plugins—from AI‑powered code completion and shortcut helpers to code quality and formatting tools—plus tips for custom live templates and global IDE settings that together can multiply a Java developer's efficiency.

IDE TipsIntelliJ IDEAJava development
0 likes · 8 min read
Boost Your Java Productivity: 15 Must‑Have IntelliJ IDEA Plugins
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
Java Architect Essentials
Java Architect Essentials
Jul 15, 2021 · Fundamentals

Master IDEA Debugging: Essential Steps and Tips for Java Developers

This guide explains what debugging is, why it matters for developers, and provides a step‑by‑step walkthrough of IntelliJ IDEA’s debugging features—including breakpoints, stepping controls, variable inspection, conditional breakpoints, multithread debugging, and expression evaluation—to help you troubleshoot code efficiently.

DebuggingIDEIntelliJ IDEA
0 likes · 7 min read
Master IDEA Debugging: Essential Steps and Tips for Java Developers
Programmer DD
Programmer DD
Jul 13, 2021 · Fundamentals

Boost Your IntelliJ IDEA Productivity: Essential UI Tweaks and Shortcut Hacks

This guide walks you through a comprehensive set of IntelliJ IDEA customizations—including toolbar visibility, mouse hover docs, separator lines, case‑insensitive suggestions, theme selection, eye‑friendly modes, auto‑import, multi‑tab display, font adjustments, comment templates, code layout, shortcut remapping, bracket matching, project tree folding, window reset, local history, quick semicolon insertion, and fast controller navigation—to streamline your Java development workflow.

IDE settingsIntelliJ IDEAJava development
0 likes · 11 min read
Boost Your IntelliJ IDEA Productivity: Essential UI Tweaks and Shortcut Hacks
Top Architect
Top Architect
Jul 12, 2021 · Backend Development

My Journey from Eclipse to IntelliJ IDEA: Experiences, Tips, and Shortcuts

After a decade of using Eclipse for Java development, the author switched to IntelliJ IDEA, sharing the historical context of IDEs, the reasons for the transition, practical tips, useful shortcuts, and a balanced view of the strengths and drawbacks of both tools.

EclipseIDE comparisonIntelliJ IDEA
0 likes · 9 min read
My Journey from Eclipse to IntelliJ IDEA: Experiences, Tips, and Shortcuts
Java Architecture Diary
Java Architecture Diary
Jul 12, 2021 · Backend Development

Master IntelliJ IDEA 2021: Profiler, Microservice Graphs, Docker & JSONPath Debugging

This guide walks you through IntelliJ IDEA 2021’s revamped Profiler, the new microservice call‑graph analysis for Spring Boot, Micronaut and Quarkus, the Docker‑based run configurations, and the built‑in JSONPath expression debugger, showing how to leverage each feature to improve development efficiency.

DockerIntelliJ IDEAJsonPath
0 likes · 3 min read
Master IntelliJ IDEA 2021: Profiler, Microservice Graphs, Docker & JSONPath Debugging
Liangxu Linux
Liangxu Linux
Jul 11, 2021 · User Experience Design

Transform Your IntelliJ IDEA: 7 Powerful UI Customization Tips

Learn how to revamp IntelliJ IDEA’s appearance by installing theme plugins, adjusting icons, switching to programmer-friendly fonts, adding background images, and fine‑tuning UI settings, all with step‑by‑step instructions and visual examples for a more personalized development environment.

IDE customizationIntelliJ IDEAPlugins
0 likes · 6 min read
Transform Your IntelliJ IDEA: 7 Powerful UI Customization Tips
Programmer DD
Programmer DD
Jul 10, 2021 · Backend Development

Why Lombok Fails After an IDEA Upgrade and How to Fix It

After upgrading IntelliJ IDEA, Lombok annotations may stop working and cause compilation errors, but updating Lombok to version 1.18.14 or later and adjusting IDE settings can restore functionality for Java and Spring Boot projects.

Annotation ProcessingIntelliJ IDEAJava
0 likes · 3 min read
Why Lombok Fails After an IDEA Upgrade and How to Fix It
Java Backend Technology
Java Backend Technology
Jul 8, 2021 · Backend Development

How to Instantly Reload Java Web Apps with JRebel in IntelliJ IDEA

This guide explains how JRebel eliminates the need to restart Tomcat by enabling hot‑deployment of class and Spring configuration changes, covering two installation methods—adding JVM parameters to Tomcat and using the IntelliJ IDEA plugin—plus detailed configuration for Windows, Linux, Mac, Maven, and Gradle.

GradleIntelliJ IDEAJRebel
0 likes · 6 min read
How to Instantly Reload Java Web Apps with JRebel in IntelliJ IDEA
Architect's Tech Stack
Architect's Tech Stack
Jul 7, 2021 · Backend Development

Visualizing Java Servlet Inheritance and Interface Relationships with IntelliJ IDEA Diagrams

This guide demonstrates how to use IntelliJ IDEA's diagram feature to view, customize, and explore the inheritance and interface implementation hierarchy of Java Servlet classes, including filtering irrelevant nodes, inspecting members, adjusting visibility, zooming, adding related classes, and jumping to source code.

Backend DevelopmentIDE TipsInheritance Diagram
0 likes · 6 min read
Visualizing Java Servlet Inheritance and Interface Relationships with IntelliJ IDEA Diagrams
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 IDEAJavaJava Streams
0 likes · 6 min read
Boost Java Stream Productivity with IntelliJ IDEA Live Templates
Programmer DD
Programmer DD
Jul 5, 2021 · Fundamentals

How to Sync IntelliJ IDEA Settings Across Devices Using the Cloud

Learn step-by-step how to upload your IntelliJ IDEA configuration to the cloud, synchronize it on another machine, enable auto-sync, resolve common plugin issues, and ensure your custom settings like keymaps are consistently applied across installations.

IDE configurationIntelliJ IDEAcloud
0 likes · 4 min read
How to Sync IntelliJ IDEA Settings Across Devices Using the Cloud
Top Architect
Top Architect
Jul 2, 2021 · Fundamentals

How to Sync IntelliJ IDEA Settings to Cloud and Across Devices

This guide explains step‑by‑step how to upload your IntelliJ IDEA configuration to the cloud, synchronize it on another machine, enable auto‑sync, adjust specific settings, and troubleshoot common plugin issues, using the built‑in Settings Repository and VCS sync features.

IDE configurationIntelliJ IDEAcloud
0 likes · 3 min read
How to Sync IntelliJ IDEA Settings to Cloud and Across Devices
Java Backend Technology
Java Backend Technology
Jun 29, 2021 · Backend Development

Speed Up Maven Dependency Downloads in IDEA with Mirror Settings

This guide explains why Maven's default remote repository can be slow, shows how to configure fast Chinese mirrors such as Alibaba Cloud, NetEase, or Tencent Cloud, and demonstrates how to set these mirrors globally in IntelliJ IDEA so every new project downloads dependencies quickly.

IntelliJ IDEAJavabuild tools
0 likes · 6 min read
Speed Up Maven Dependency Downloads in IDEA with Mirror Settings
Code Ape Tech Column
Code Ape Tech Column
Jun 26, 2021 · Fundamentals

How to Sync IntelliJ IDEA Settings to the Cloud

This guide explains step‑by‑step how to upload your IntelliJ IDEA preferences to the cloud, synchronize them on another machine, resolve common plugin issues, and verify successful syncing using the built‑in Settings Repository and VCS tools.

IDE configurationIntelliJ IDEAcloud sync
0 likes · 5 min read
How to Sync IntelliJ IDEA Settings to the Cloud
Liangxu Linux
Liangxu Linux
Jun 15, 2021 · Fundamentals

Quickly Create UML Diagrams in IntelliJ IDEA with PlantUML

This guide shows how to install and configure the PlantUML plugin and Graphviz on Windows, set up environment variables, and use simple text syntax to generate UML sequence and class diagrams directly within IntelliJ IDEA, plus an alternative Chrome extension.

DiagramGraphvizIntelliJ IDEA
0 likes · 4 min read
Quickly Create UML Diagrams in IntelliJ IDEA with PlantUML
Architect's Tech Stack
Architect's Tech Stack
Jun 10, 2021 · Backend Development

IntelliJ IDEA Tips and Shortcuts for Efficient Java Development

This article introduces a collection of lesser‑known but highly useful IntelliJ IDEA shortcuts and techniques—including custom keymap warnings, navigation shortcuts like ctrl+alt+h, alt+f7, bookmarks, code folding, and theme switching—to help Java developers read, navigate, and refactor code more efficiently.

Code navigationIDE productivityIntelliJ IDEA
0 likes · 9 min read
IntelliJ IDEA Tips and Shortcuts for Efficient Java Development
Liangxu Linux
Liangxu Linux
Jun 8, 2021 · Fundamentals

Boost Your IntelliJ IDEA Efficiency with Hidden Keyboard Shortcuts

Learn essential IntelliJ IDEA shortcuts—including navigation, history view, auto-completion, variable extraction, renaming, and a serialVersionUID generator plugin—to streamline coding, reduce mouse clicks, and boost productivity across Windows and macOS environments for Java development.

Code navigationIntelliJ IDEAkeyboard shortcuts
0 likes · 5 min read
Boost Your IntelliJ IDEA Efficiency with Hidden Keyboard Shortcuts
macrozheng
macrozheng
Jun 3, 2021 · Fundamentals

Transform Your IntelliJ IDEA: Top Themes, Icons, Fonts & UI Tweaks

This guide walks you through customizing IntelliJ IDEA’s appearance by installing theme plugins, adjusting icons, selecting programmer-friendly fonts with ligatures, adding background images, and fine‑tuning UI settings such as tabs, compact mode, and component colors for a more personalized and eye‑friendly development environment.

IDE customizationIntelliJ IDEAUI tweaks
0 likes · 8 min read
Transform Your IntelliJ IDEA: Top Themes, Icons, Fonts & UI Tweaks
Laravel Tech Community
Laravel Tech Community
Jun 1, 2021 · Fundamentals

IntelliJ IDEA Shortcut Keys Reference for Windows and macOS

This article provides a comprehensive list of IntelliJ IDEA keyboard shortcuts for both Windows and macOS, covering basic navigation, editing, refactoring, debugging, version control, and other essential functions to enhance developer productivity without using a mouse.

IDEIntelliJ IDEAdevelopment-tools
0 likes · 19 min read
IntelliJ IDEA Shortcut Keys Reference for Windows and macOS
Programmer DD
Programmer DD
Jun 1, 2021 · Fundamentals

Unlock IntelliJ IDEA’s Advanced Debugging: Log, Field & Exception Breakpoints

Learn how to leverage IntelliJ IDEA’s powerful debugging features—including Evaluate and Log at breakpoints, field access/modification watches, exception breakpoints, and method breakpoints—to inspect variables, trace execution, and streamline both everyday debugging and deep source code analysis without cluttering your code with temporary prints.

IDEIntelliJ IDEAJava
0 likes · 7 min read
Unlock IntelliJ IDEA’s Advanced Debugging: Log, Field & Exception Breakpoints
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
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.

Backend DevelopmentIntelliJ IDEAJava
0 likes · 6 min read
Using IntelliJ IDEA Live Templates to Simplify Java Stream Collectors
Java Backend Technology
Java Backend Technology
May 15, 2021 · Fundamentals

Top 4 IntelliJ IDEA Themes to Boost Your Coding Comfort

This article introduces four popular IntelliJ IDEA color themes—Xcode‑Dark, Vuesion, One Dark, and Dark Purple—provides download links, showcases screenshots, and explains how to install and switch them, helping developers reduce eye strain and improve their coding environment.

Dark PurpleIDE themesIntelliJ IDEA
0 likes · 3 min read
Top 4 IntelliJ IDEA Themes to Boost Your Coding Comfort
Code Ape Tech Column
Code Ape Tech Column
May 14, 2021 · Fundamentals

Master IntelliJ IDEA Debugging: Essential Tips and Tricks

This comprehensive guide walks you through IntelliJ IDEA's debugging features, covering the interface, basic shortcuts, variable inspection, expression evaluation, smart step‑into, conditional breakpoints, multithreaded debugging, frame rollback, request interruption, and JRebel activation for hot‑deployment.

DebuggingHot DeploymentIDE
0 likes · 16 min read
Master IntelliJ IDEA Debugging: Essential Tips and Tricks
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
May 1, 2021 · Fundamentals

IntelliJ IDEA Shortcut Keys Cheat Sheet

This article provides a comprehensive list of IntelliJ IDEA keyboard shortcuts, covering quick generation of main methods, printing statements, file saving, line deletion, navigation, searching, editing, and other productivity features to help Java developers work more efficiently.

Code navigationIDE productivityIntelliJ IDEA
0 likes · 7 min read
IntelliJ IDEA Shortcut Keys Cheat Sheet
Java Architect Essentials
Java Architect Essentials
May 1, 2021 · Fundamentals

IntelliJ IDEA Productivity Tips: Presentation Mode, Inject Language, Shortcut Keys, and Advanced Features

This article presents a collection of practical IntelliJ IDEA tips—including how to use Presentation Mode, inject language for JSON, move splitters with shortcuts, quickly add braces, perform bulk text edits, hide the navigation bar, locate classes, search symbols, and leverage structural search templates—to boost developer efficiency.

Code navigationIDE shortcutsIntelliJ IDEA
0 likes · 8 min read
IntelliJ IDEA Productivity Tips: Presentation Mode, Inject Language, Shortcut Keys, and Advanced Features
macrozheng
macrozheng
Apr 29, 2021 · Backend Development

What’s New in IntelliJ IDEA 2021.1? A Deep Dive into the Latest Features

IntelliJ IDEA 2021.1 brings a revamped startup screen, seamless Space integration, full WSL 2 support, remote Run Targets, Java 16 compatibility, enhanced Code With Me collaboration, improved version‑control workflows, and numerous UI and performance tweaks that boost developer productivity.

CollaborationIDE FeaturesIntelliJ IDEA
0 likes · 6 min read
What’s New in IntelliJ IDEA 2021.1? A Deep Dive into the Latest Features
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 IDEAJavaJava 8
0 likes · 6 min read
Boost Java Stream Productivity with IntelliJ Live Templates
Code Ape Tech Column
Code Ape Tech Column
Apr 6, 2021 · Fundamentals

Why Overly Long Classes Break Your Code and How to Refactor Them with IDEA

The article explains why excessively long classes hinder readability and extensibility, outlines the problems caused by redundant code and violated design principles, and provides a step‑by‑step guide using IntelliJ IDEA to extract methods, move members, and create new classes for cleaner, maintainable code.

Code RefactoringIntelliJ IDEASoftware Engineering
0 likes · 9 min read
Why Overly Long Classes Break Your Code and How to Refactor Them with IDEA
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.

Backend DevelopmentCollectorsIntelliJ IDEA
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
Java Architect Essentials
Java Architect Essentials
Mar 9, 2021 · Backend Development

StopCoding: Building an IntelliJ IDEA Plugin to Prevent Coding Addiction

StopCoding is an IntelliJ IDEA plugin designed to curb prolonged coding sessions by periodically displaying an unclosable reminder dialog with a countdown, and the article provides installation instructions, usage guide, and a detailed development tutorial covering plugin structure, Swing UI, timer implementation, and key Java code snippets.

IntelliJ IDEAJavaPlugin Development
0 likes · 7 min read
StopCoding: Building an IntelliJ IDEA Plugin to Prevent Coding Addiction
Java Backend Technology
Java Backend Technology
Mar 9, 2021 · Fundamentals

Boost Your IntelliJ IDEA Productivity: Essential UI Tweaks and Shortcuts

This guide walks you through a collection of IntelliJ IDEA UI customizations, shortcut remappings, and handy settings—such as showing the toolbar, configuring mouse hover tips, adjusting themes, enabling auto‑import, managing tabs, and improving code navigation—to dramatically increase development efficiency.

IDE TipsIntelliJ IDEAJava development
0 likes · 7 min read
Boost Your IntelliJ IDEA Productivity: Essential UI Tweaks and Shortcuts
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
Su San Talks Tech
Su San Talks Tech
Mar 2, 2021 · Backend Development

10 IntelliJ IDEA Hacks to Supercharge Your Java Development

This article presents ten practical IntelliJ IDEA shortcuts—including quick main method generation, object assignment, loop creation, conditional statements, try‑catch blocks, type casting, variable extraction, Optional definition, lambda generation, and method migration—to dramatically boost Java developers' productivity.

Coding TipsIDE shortcutsIntelliJ IDEA
0 likes · 6 min read
10 IntelliJ IDEA Hacks to Supercharge Your Java Development
Code Ape Tech Column
Code Ape Tech Column
Feb 26, 2021 · Operations

How Memory Tweaks Transform IntelliJ IDEA Performance: A Real‑World Test

This article presents a systematic experiment that compares four different IntelliJ IDEA memory configurations on a MacBook Pro, measuring IDE startup time, project loading speed, and JVM garbage‑collection metrics with jstat to identify the most efficient setup for large Java monoliths and micro‑service projects.

Garbage CollectionIDE performanceIntelliJ IDEA
0 likes · 11 min read
How Memory Tweaks Transform IntelliJ IDEA Performance: A Real‑World Test
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Feb 23, 2021 · Backend Development

How to Fix Chinese Garbled Text in IntelliJ IDEA Console: 4 Proven Steps

This guide explains four practical methods—adjusting Tomcat VM options, setting global and project encodings, customizing IDEA VM options, and editing configuration files—to resolve Chinese character garbling in the IntelliJ IDEA console, with step‑by‑step instructions and screenshots.

Chinese encodingConsole garbled textIDE configuration
0 likes · 4 min read
How to Fix Chinese Garbled Text in IntelliJ IDEA Console: 4 Proven Steps
Architect's Tech Stack
Architect's Tech Stack
Feb 2, 2021 · Backend Development

How to Develop an IntelliJ IDEA Plugin: Environment Setup, First Plugin, and Action Creation

This guide walks you through setting up the IntelliJ IDEA development environment, cloning the Community Edition source, configuring the IntelliJ Platform SDK, creating a simple plugin project, writing a custom Action class, registering it in plugin.xml, and running the plugin to see its effect.

IDE extensionIntelliJ IDEAPlugin Development
0 likes · 7 min read
How to Develop an IntelliJ IDEA Plugin: Environment Setup, First Plugin, and Action Creation
Selected Java Interview Questions
Selected Java Interview Questions
Feb 1, 2021 · Backend Development

How to Install and Configure JRebel for Java Web Development in IntelliJ IDEA and Tomcat

This guide explains what JRebel is, why it speeds up Java web development, and provides step‑by‑step instructions for installing it via Tomcat startup parameters or the IntelliJ IDEA plugin, including configuration of deployment settings and VM options for Windows, Linux, and macOS.

Backend DevelopmentHot DeploymentIntelliJ IDEA
0 likes · 5 min read
How to Install and Configure JRebel for Java Web Development in IntelliJ IDEA and Tomcat
macrozheng
macrozheng
Jan 29, 2021 · Backend Development

Boost Your Java Productivity: Hidden IntelliJ IDEA Tricks You Must Try

Discover a collection of powerful IntelliJ IDEA shortcuts and features—including Presentation Mode, Inject Language, split‑pane navigation, automatic brace insertion, symbol search, structural search, and more—that help Java developers code faster, stay focused, and avoid common pitfalls.

Code navigationIDE productivityIntelliJ IDEA
0 likes · 9 min read
Boost Your Java Productivity: Hidden IntelliJ IDEA Tricks You Must Try