Tagged articles
101 articles
Page 1 of 2
macrozheng
macrozheng
Apr 9, 2026 · Backend Development

Boost Your Java Backend Coding with CC GUI: Visual Claude Code in IntelliJ

This article introduces CC GUI, a free IntelliJ IDEA plugin that visualizes Claude Code and Codex AI assistants, outlines its key features, step‑by‑step installation, model comparison, and demonstrates a real‑world Spring Boot upgrade workflow, highlighting how the plugin streamlines backend development through AI‑driven automation.

AI CodingClaude CodeIDE plugin
0 likes · 6 min read
Boost Your Java Backend Coding with CC GUI: Visual Claude Code in IntelliJ
Top Architect
Top Architect
Feb 21, 2026 · Backend Development

Boost Your Maven Multi‑Module Setup with a One‑Click Generation Plugin

This article introduces a Maven aggregation Quickstart plugin for IntelliJ IDEA that automates the creation of multi‑module Java projects, explains its core features, provides step‑by‑step installation and usage instructions, shows how to customize templates, and offers troubleshooting tips along with the source repository.

IntelliJMulti‑moduleautomation
0 likes · 11 min read
Boost Your Maven Multi‑Module Setup with a One‑Click Generation Plugin
Architect's Tech Stack
Architect's Tech Stack
Feb 11, 2026 · Fundamentals

IntelliJ IDEA 2026.1 EAP 3 Finally Sends Deleted Files to the Recycle Bin – What It Means for Developers

JetBrains' IntelliJ IDEA 2026.1 EAP 3 introduces a long‑awaited feature that moves deleted files to the system recycle bin instead of permanently erasing them, while also delivering a host of Spring, Java, Kotlin, editor, AI, platform, and performance improvements aimed at modern remote and AI‑enhanced development workflows.

AIFile RecoveryIDE
0 likes · 5 min read
IntelliJ IDEA 2026.1 EAP 3 Finally Sends Deleted Files to the Recycle Bin – What It Means for Developers
macrozheng
macrozheng
Jan 22, 2026 · Backend Development

30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development

This guide presents a curated list of 30 essential IntelliJ IDEA plugins, covering installation tips, productivity boosters, code quality tools, UI enhancements, and handy shortcuts, each illustrated with screenshots and brief usage notes to help Java developers work more efficiently.

DevelopmentIDEAIntelliJ
0 likes · 7 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development
Selected Java Interview Questions
Selected Java Interview Questions
Jan 6, 2026 · Backend Development

Generate Precise Java Javadoc with AI in One Shortcut

This article explains how an IntelliJ plugin uses large‑language‑model AI to read your Java method body and automatically produce accurate Javadoc comments, eliminating the need for manual documentation and overcoming the limitations of simple name‑translation tools.

AIIntelliJJavadoc
0 likes · 6 min read
Generate Precise Java Javadoc with AI in One Shortcut
Architect's Tech Stack
Architect's Tech Stack
Nov 20, 2025 · Backend Development

Quickly Detect and Resolve Maven Dependency Conflicts in IntelliJ

This guide shows how to view the Maven dependency tree in IntelliJ, use the mvn dependency:tree command, leverage the Maven Helper plugin, identify conflicting JARs, and resolve them with exclusion rules or dependencyManagement to ensure the correct versions are used.

Build ToolDependency ConflictIntelliJ
0 likes · 6 min read
Quickly Detect and Resolve Maven Dependency Conflicts in IntelliJ
Top Architect
Top Architect
Oct 5, 2025 · Backend Development

Master IDEA Debugging: From Basics to Advanced Techniques

This guide walks through IntelliJ IDEA's Debug feature, covering preparation, main interface, service and debug buttons, variable inspection, conditional breakpoints, expression evaluation, frame dropping, force return, multithread, Stream, and remote debugging, complete with code examples and screenshots.

IDEAIntelliJdebugging
0 likes · 18 min read
Master IDEA Debugging: From Basics to Advanced Techniques
Java Tech Enthusiast
Java Tech Enthusiast
Sep 8, 2025 · Backend Development

Boost Your Java CRUD Development with EasyCode: A Step‑by‑Step Guide

This article introduces the EasyCode IntelliJ plugin, explains how it generates CRUD code for Java projects using custom Velocity templates, walks through installation and configuration steps with screenshots, and shows the necessary Spring Boot adjustments to get a fully functional backend up and running.

CRUDEasyCodeIntelliJ
0 likes · 4 min read
Boost Your Java CRUD Development with EasyCode: A Step‑by‑Step Guide
macrozheng
macrozheng
Aug 28, 2025 · Backend Development

One-Click Maven Multi-Module Setup for Java Projects with IntelliJ Plugin

Discover how to dramatically speed up Java Maven multi‑module project creation by using a custom IntelliJ plugin that generates full module structures, configures dependencies, and applies best‑practice settings in seconds, complete with installation methods, usage tips, and troubleshooting advice.

IntelliJautomationjava
0 likes · 11 min read
One-Click Maven Multi-Module Setup for Java Projects with IntelliJ Plugin
Java Captain
Java Captain
May 14, 2025 · Fundamentals

Creation and Stopping of Debug Sessions in IntelliJ

The article explains how IntelliJ creates a debug session via XDebuggerManager.startSessionAndShowTab, the role of XDebugSession and XDebugProcess, and details the sequence of events and listeners involved when the session is stopped, including process termination and listener cleanup.

IDEIntelliJProcessHandler
0 likes · 6 min read
Creation and Stopping of Debug Sessions in IntelliJ
Java Architect Essentials
Java Architect Essentials
Feb 25, 2025 · Backend Development

IntelliJ IDEA Usage Tips and Advanced Features

This article provides a comprehensive guide to IntelliJ IDEA, covering basic operations, advanced shortcuts, Maven integration, debugging, hot‑reload settings, and various UI customizations, offering developers practical tips and code snippets to boost Java development efficiency.

HotReloadIDEAIntelliJ
0 likes · 6 min read
IntelliJ IDEA Usage Tips and Advanced Features
Cognitive Technology Team
Cognitive Technology Team
Feb 24, 2025 · Backend Development

Resolving Java Class File Version Mismatch Errors

This article explains why the "class file has wrong version" error occurs when Java compilation and runtime versions differ, shows the mapping between Java releases and class file versions, demonstrates the error with sample code, and provides step‑by‑step solutions including version checks, Maven configuration, IDE settings, and best‑practice recommendations.

IntelliJVersion Compatibilitybackend-development
0 likes · 5 min read
Resolving Java Class File Version Mismatch Errors
macrozheng
macrozheng
Feb 7, 2025 · Backend Development

Master Maven Dependency Analysis: Spot Unused and Undeclared JARs

This guide explains why Maven dependency analysis is essential, shows how to run mvn dependency:analyze, interprets warnings about used undeclared and unused declared dependencies, and offers practical tips for when and how to clean up your project's pom.xml safely.

Dependency AnalysisIntelliJbackend-development
0 likes · 8 min read
Master Maven Dependency Analysis: Spot Unused and Undeclared JARs
21CTO
21CTO
Jan 1, 2025 · Fundamentals

Unlock Free Shells in Java IDEs: Guide to IntelliJ, Eclipse & NetBeans

This guide introduces the free shells available within popular Java IDEs, explains how to enable additional shells via the Applet Runner plugin, and details configuration options for Command Prompt, PowerShell, WSL, Git Bash, Cygwin, and SSH to streamline development workflows.

Applet RunnerEclipseIDE
0 likes · 7 min read
Unlock Free Shells in Java IDEs: Guide to IntelliJ, Eclipse & NetBeans
Architecture Digest
Architecture Digest
Dec 31, 2024 · Backend Development

Top IntelliJ IDEA Plugins for Java Development

This article presents a curated list of 31 IntelliJ IDEA plugins—including translation tools, language packs, UI themes, code navigation, version control, code quality, and productivity enhancers—that together streamline Java backend development and improve developer efficiency.

IDE pluginsIntelliJdevelopment-tools
0 likes · 10 min read
Top IntelliJ IDEA Plugins for Java Development
Architecture Digest
Architecture Digest
Nov 14, 2024 · Backend Development

30 Essential IntelliJ IDEA Plugins for Java Developers

This article presents a curated list of thirty free IntelliJ IDEA plugins, ranging from code assistance and formatting to UI enhancements and productivity tools, each accompanied by brief usage instructions and screenshots to help Java developers streamline their development workflow.

IDE pluginsIntelliJdevelopment-tools
0 likes · 6 min read
30 Essential IntelliJ IDEA Plugins for Java Developers
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 5, 2024 · Mobile Development

Android Studio 2024.2 (Ladybug) Update Overview and New Features

The article reviews the Android Studio 2024.2 (Ladybug) release, detailing versioning changes, IntelliJ 2024.2 improvements such as K2 mode, the new default UI, enhanced Git options, AI‑driven terminal, updated emulator support, Feature Drop deprecations, and practical migration tips for developers.

Android StudioFeature DropIntelliJ
0 likes · 11 min read
Android Studio 2024.2 (Ladybug) Update Overview and New Features
macrozheng
macrozheng
Sep 10, 2024 · Backend Development

30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development

This guide presents thirty essential IntelliJ IDEA plugins, ranging from code completion and formatting tools to UI enhancements and project utilities, complete with installation tips, shortcut keys, and visual examples, helping Java developers streamline their workflow and boost productivity.

IDE pluginsIntelliJJava development
0 likes · 8 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development
21CTO
21CTO
May 11, 2024 · Artificial Intelligence

Oracle Unveils Code Assist: An AI-Powered Coding Companion for Java, SQL, and More

Oracle announced its upcoming AI coding assistant, Code Assist, tailored for Java, Oracle Database, NetSuite scripts, and Oracle Cloud, offering chat-driven code suggestions, documentation generation, and security scanning across VS Code and JetBrains IDEs, while emphasizing multi‑language support and data privacy.

AI coding assistantIntelliJOracle
0 likes · 5 min read
Oracle Unveils Code Assist: An AI-Powered Coding Companion for Java, SQL, and More
21CTO
21CTO
Mar 15, 2024 · Artificial Intelligence

10 AI‑Powered IntelliJ Plugins to Supercharge Your Coding

This article introduces ten AI‑driven plugins for IntelliJ IDEA, including GitHub Copilot, SonarLint, Tabnine, Code With Me, and AI Coding Assistant, explaining how they boost productivity, improve code quality, and enable smarter, collaborative development.

AIIntelliJPlugins
0 likes · 7 min read
10 AI‑Powered IntelliJ Plugins to Supercharge Your Coding
Su San Talks Tech
Su San Talks Tech
Mar 13, 2024 · Backend Development

Boost Java Productivity: 10 Must‑Have IntelliJ Plugins

Discover ten IntelliJ plugins—including POJO‑to‑JSON, Cool Request, CamelCase, any‑rule, Grep Console, GenerateO2O, Smart Input, Squaretest, TONGYI Lingma, and Auto‑Filling Java Call Arguments—that streamline Java development, automate repetitive tasks, and enhance code quality for backend engineers.

IDE pluginsIntelliJjava
0 likes · 7 min read
Boost Java Productivity: 10 Must‑Have IntelliJ Plugins
FunTester
FunTester
Dec 19, 2023 · Backend Development

How to Resolve IntelliJ 2023.3 Groovyc ClassNotFoundError After JDK 21 Upgrade

After upgrading to IntelliJ 2023.3 for better JDK 21 virtual‑thread support, users encounter a Groovyc ClassNotFoundError caused by missing IntelliJ internal classes, and the article outlines the affected builds and three practical work‑arounds, including a JVM option to run Groovyc in‑process.

Build ProcessGroovyIntelliJ
0 likes · 4 min read
How to Resolve IntelliJ 2023.3 Groovyc ClassNotFoundError After JDK 21 Upgrade
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 25, 2023 · Databases

SQLE 2.2308.0 Release Notes – New Features for Community and Enterprise Editions

The SQLE 2.2308.0 release introduces intelligent SQL file scanning, per‑instance work‑order approvers, multi‑file MyBatis review in IntelliJ, zero‑cost Java probe integration, new OceanBase‑Oracle support, expanded TDSQL distributed rules, and numerous bug fixes and optimizations across both community and enterprise versions.

Database AuditingIntelliJRelease Notes
0 likes · 9 min read
SQLE 2.2308.0 Release Notes – New Features for Community and Enterprise Editions
MaGe Linux Operations
MaGe Linux Operations
Aug 14, 2023 · Fundamentals

Why Heavy IDEs Drain Your Laptop: A Real‑World Comparison of IntelliJ and Emacs

The author recounts personal experiences using heavyweight IDEs like IntelliJ on modest laptops, highlighting issues such as overheating, fan noise, and rapid battery drain, then compares these drawbacks with the lightweight Emacs editor, presenting battery‑usage screenshots and discussing trade‑offs and alternatives.

Battery LifeEmacsIDE performance
0 likes · 11 min read
Why Heavy IDEs Drain Your Laptop: A Real‑World Comparison of IntelliJ and Emacs
FunTester
FunTester
Apr 18, 2023 · Backend Development

How Groovy’s def Keyword Enables Dynamic Typing and Reduces Boilerplate

This article explains Groovy’s def keyword as a mutable, untyped variable, shows how it differs from Java’s var, demonstrates dynamic reassignment, and provides a practical JSON‑to‑object conversion example that simplifies code while leveraging IntelliJ’s type inference.

GroovyIntelliJbackend-development
0 likes · 5 min read
How Groovy’s def Keyword Enables Dynamic Typing and Reduces Boilerplate
IT Xianyu
IT Xianyu
Apr 3, 2023 · Backend Development

From Postman to IntelliJ IDEA REST Client

This article explains why the built‑in REST Client in IntelliJ IDEA can replace Postman by offering equivalent request features, environment handling, shared scripts, response assertions, and token management, all within a single development environment.

API debuggingHTTP testingIDEA REST Client
0 likes · 7 min read
From Postman to IntelliJ IDEA REST Client
Java Architect Essentials
Java Architect Essentials
Mar 9, 2023 · Fundamentals

Is IntelliJ Too Heavy? A Comparison of IntelliJ IDEA and Emacs for Everyday Development

The author examines why heavyweight IDEs like IntelliJ IDEA strain low‑end laptops, compares performance, battery usage, and ergonomics with lighter editors such as Emacs, and discusses alternatives like Fleet, Eclipse, and VS Code, ultimately concluding that Emacs offers a more lightweight yet capable development experience.

EmacsIDEIntelliJ
0 likes · 12 min read
Is IntelliJ Too Heavy? A Comparison of IntelliJ IDEA and Emacs for Everyday Development
Code Ape Tech Column
Code Ape Tech Column
Mar 2, 2023 · Fundamentals

Effective Debugging Techniques in IntelliJ IDEA

This article provides a comprehensive guide to mastering debugging in IntelliJ IDEA, covering basic breakpoint usage, conditional and one‑time breakpoints, log‑only breakpoints, breakpoint grouping, remote debugging setup, and advanced features like run‑to‑cursor, frame rollback, stream inspection, and expression evaluation to significantly improve development efficiency.

IDEIntelliJbreakpoints
0 likes · 7 min read
Effective Debugging Techniques in IntelliJ IDEA
Programmer DD
Programmer DD
Feb 28, 2023 · Backend Development

Why IntelliJ IDEA REST Client Beats Postman for API Testing

This guide explains how IntelliJ IDEA's built‑in REST Client provides all Postman features plus environment handling, shared request scripts, response assertions and token management, making it a more efficient tool for everyday API debugging and testing.

API testingHTTP clientIDEA REST Client
0 likes · 9 min read
Why IntelliJ IDEA REST Client Beats Postman for API Testing
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
Java High-Performance Architecture
Java High-Performance Architecture
Oct 30, 2022 · Backend Development

Boost Your Java Backend: Master MyBatisCodeHelper Pro for Rapid Code Generation

This guide walks you through installing the MyBatisCodeHelper‑Pro IntelliJ plugin, configuring it to generate Java entity, DAO, mapper and service code, customizing type mappings, creating SQL scripts, and using shortcuts to produce find, update, delete, and pagination methods efficiently for backend development.

BackendIntelliJMyBatis
0 likes · 7 min read
Boost Your Java Backend: Master MyBatisCodeHelper Pro for Rapid Code Generation
macrozheng
macrozheng
Aug 30, 2022 · Backend Development

20 Must‑Have IntelliJ IDEA Plugins to Supercharge Your Development

This article introduces twenty essential IntelliJ IDEA plugins covering shortcuts, code generation, API testing, UML diagramming, JSON handling, cloud deployment, Docker integration, Maven assistance, log analysis, translation, and more, helping developers boost productivity across backend and frontend tasks.

DevelopmentIDEA pluginsIntelliJ
0 likes · 14 min read
20 Must‑Have IntelliJ IDEA Plugins to Supercharge Your Development
Programmer DD
Programmer DD
Aug 22, 2022 · Backend Development

Why IntelliJ IDEA Now Requires Java 17 and What It Means for Your Plugins

IntelliJ’s source code has moved to Java 17, meaning most platform and plugin modules now target Java 17, the 2022.3 IDE release requires it, and developers can use new language features by setting plugin.xml to 223, while still supporting older versions with Java 11.

IDE MigrationIntelliJPlugin Development
0 likes · 3 min read
Why IntelliJ IDEA Now Requires Java 17 and What It Means for Your Plugins
macrozheng
macrozheng
Jul 22, 2022 · Backend Development

Build an Instant Chat & Game Plugin for IntelliJ IDEA with Netty

This guide walks you through installing, using, and deploying a Netty‑based instant messaging and game plugin for IntelliJ IDEA, covering setup steps, chat commands, game play, server deployment with Maven, and how to explore its source code for learning.

ChatIntelliJNetty
0 likes · 4 min read
Build an Instant Chat & Game Plugin for IntelliJ IDEA with Netty
Sanyou's Java Diary
Sanyou's Java Diary
May 31, 2022 · Backend Development

Boost Your Java Development: 10 Must‑Have IntelliJ IDEA Plugins

Discover ten carefully selected IntelliJ IDEA plugins—from theme tweaks and icon packs to Maven helpers, Git tools, and JVM diagnostics—that can dramatically improve code readability, streamline workflows, and enhance overall developer productivity.

IDEA pluginsIntelliJJava development
0 likes · 8 min read
Boost Your Java Development: 10 Must‑Have IntelliJ IDEA Plugins
Java Captain
Java Captain
Apr 22, 2022 · Backend Development

IntelliJ IDEA 2022.1 Release Highlights: Dependency Analyzer, New Project Wizard, Notifications, Kotlin and Java Support, Kubernetes Integration, and More

IntelliJ IDEA 2022.1 introduces a Dependency Analyzer for managing conflicts, an enhanced New Project wizard, a new Notifications tool window, expanded Java 18 and Kotlin 1.6.20 support, Kubernetes editing capabilities, improved Gradle progress, and numerous UI and language feature upgrades across Java, Kotlin, Go, and other technologies.

Dependency AnalyzerIDEIntelliJ
0 likes · 7 min read
IntelliJ IDEA 2022.1 Release Highlights: Dependency Analyzer, New Project Wizard, Notifications, Kotlin and Java Support, Kubernetes Integration, and More
Programmer DD
Programmer DD
Mar 10, 2022 · Information Security

How to Safely Remove the Malicious BetterIntelliJ Crack Plugin

This article warns that the BetterIntelliJ crack plugin for IntelliJ IDEA has been compromised and flagged as malware, advises users to stop sharing it, and provides step‑by‑step instructions to uninstall the plugin safely.

BetterIntelliJIntelliJuninstall
0 likes · 3 min read
How to Safely Remove the Malicious BetterIntelliJ Crack Plugin
Architect's Tech Stack
Architect's Tech Stack
Mar 2, 2022 · Backend Development

Advanced Java Debugging Techniques: Conditional Breakpoints, Drop Frame, Multithreaded and Remote Debugging

This article explains practical Java debugging tricks such as setting conditional breakpoints, using Drop Frame to revisit previous execution points, handling multithreaded breakpoints, configuring remote debugging, and evaluating or modifying expressions on the fly to streamline development and troubleshooting.

Conditional BreakpointIntelliJdebugging
0 likes · 6 min read
Advanced Java Debugging Techniques: Conditional Breakpoints, Drop Frame, Multithreaded and Remote Debugging
Programmer DD
Programmer DD
Feb 14, 2022 · Backend Development

Why JetBrains Dropped Log4j from IntelliJ: Lessons for Plugin Developers

JetBrains announced the removal of Log4j from the IntelliJ platform in the 2022.1 release, explaining that the IDE’s minimal logging needs and Log4j’s complexity prompted the change, and offering plugin developers migration guidance to standard platform logging APIs, SLF4J, or java.util.logging alternatives.

IntelliJPlugin Developmentjava
0 likes · 6 min read
Why JetBrains Dropped Log4j from IntelliJ: Lessons for Plugin Developers
Architecture Digest
Architecture Digest
Nov 18, 2021 · Backend Development

Step-by-Step Guide to Building a Multi-Module Spring Boot + MyBatis Project in IntelliJ IDEA

This tutorial walks through setting up a Spring Boot and MyBatis multi‑module project in IntelliJ IDEA, covering environment preparation, directory layout, parent and child module creation, Maven dependency configuration, bean scanning, MyBatis integration, and verification of the running application.

IntelliJMulti‑moduleMyBatis
0 likes · 10 min read
Step-by-Step Guide to Building a Multi-Module Spring Boot + MyBatis Project in IntelliJ IDEA
Top Architect
Top Architect
Jun 10, 2021 · Backend Development

Top IntelliJ Plugins to Boost Development Efficiency

This article introduces a curated list of IntelliJ IDEA plugins—including .ignore, Lombok, p3c, FindBugs‑IDEA, GsonFormat, Maven Helper, VisualVM Launcher, GenerateAllSetter, MyBatisCodeHelperPro, Rainbow Brackets, and Translation—that can significantly streamline Java development, improve code quality, and enhance overall productivity.

BackendIDE pluginsIntelliJ
0 likes · 6 min read
Top IntelliJ Plugins to Boost Development Efficiency
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
Top Architect
Top Architect
Feb 14, 2021 · Backend Development

Using GsonFormat Plugin to Convert JSON to JavaBean in IntelliJ IDEA

This guide explains how to install the GsonFormat plugin in IntelliJ IDEA and use it to quickly transform JSON strings into JavaBean classes with generated getters and setters, dramatically reducing manual mapping effort and improving development efficiency.

GsonFormatIntelliJJSON
0 likes · 4 min read
Using GsonFormat Plugin to Convert JSON to JavaBean in IntelliJ IDEA
Java Backend Technology
Java Backend Technology
Feb 5, 2021 · Fundamentals

How to Build a Self‑Discipline IntelliJ Plugin to Stop Coding Fatigue

This article introduces the StopCoding IntelliJ plugin, detailing its purpose to prevent coding fatigue, providing step‑by‑step installation and usage instructions, and walking through its simple Java‑based development, including Swing UI creation, timer logic, and code snippets for building a self‑discipline tool.

IntelliJSwingjava
0 likes · 7 min read
How to Build a Self‑Discipline IntelliJ Plugin to Stop Coding Fatigue
Code Ape Tech Column
Code Ape Tech Column
Feb 3, 2021 · Backend Development

Master Advanced IntelliJ Debugging: Conditional Breakpoints, Drop Frame, Multithread & Remote Debugging

This guide walks you through powerful IntelliJ debugging techniques—including conditional breakpoints, the Drop Frame feature, multithread breakpoint control, remote JVM debugging setup, and on‑the‑fly expression evaluation—to help you troubleshoot complex Java applications efficiently.

Conditional BreakpointDrop FrameExpression Evaluation
0 likes · 6 min read
Master Advanced IntelliJ Debugging: Conditional Breakpoints, Drop Frame, Multithread & Remote Debugging
Code Ape Tech Column
Code Ape Tech Column
Jan 27, 2021 · Backend Development

Top IntelliJ IDEA Plugins for Java Development

This article presents a curated list of IntelliJ IDEA plugins—such as CodeGlance, Codota, Material Theme UI, Alibaba Java Coding Guidelines, Alibaba Cloud Toolkit, GenerateAllSetter, Idea Zookeeper, JRebel, JSON Parser, Lombok, JUnitGenerator, MyBatis Log Plugin, MyBatisCodeHelperPro, RESTfulToolkit, and Translation—that boost productivity and code quality for Java developers.

IDE pluginsIntelliJdevelopment-tools
0 likes · 5 min read
Top IntelliJ IDEA Plugins for Java Development
Java Backend Technology
Java Backend Technology
Jan 19, 2021 · Backend Development

Create a Self‑Discipline IDEA Plugin: Step‑by‑Step StopCoding Guide

This article introduces the motivation behind the StopCoding IntelliJ IDEA plugin, provides detailed installation and usage instructions, and walks through its development—including plugin structure, Swing dialog creation, timer implementation, and essential Java code—so developers can build their own productivity‑boosting tool.

IntelliJSwingjava
0 likes · 7 min read
Create a Self‑Discipline IDEA Plugin: Step‑by‑Step StopCoding Guide
Architect's Tech Stack
Architect's Tech Stack
Jan 14, 2021 · Backend Development

StopCoding: An IntelliJ IDEA Plugin to Prevent Coding Fatigue – Installation, Usage, and Development Guide

This article introduces StopCoding, an IntelliJ IDEA plugin designed to interrupt prolonged coding sessions by showing an unclosable reminder dialog, and provides step‑by‑step installation, usage instructions, and a detailed Java‑based development tutorial including Swing UI and Timer implementation.

Coding HealthIDEA PluginIntelliJ
0 likes · 7 min read
StopCoding: An IntelliJ IDEA Plugin to Prevent Coding Fatigue – Installation, Usage, and Development Guide
Java Captain
Java Captain
Jan 1, 2021 · Backend Development

Top IntelliJ IDEA Plugins for Java Development

This guide introduces fifteen essential IntelliJ IDEA plugins—including CodeGlance, Codota, Material Theme UI, Alibaba Java Coding Guidelines, Alibaba Cloud Toolkit, GenerateAllSetter, Zookeeper manager, JRebel, JSON Parser, Lombok, JUnitGenerator, MyBatis Log Plugin, MyBatisCodeHelperPro, RESTful Toolkit, and Translation—each described with usage tips to boost Java developers' productivity.

IDE pluginsIntelliJbackend-development
0 likes · 5 min read
Top IntelliJ IDEA Plugins for Java Development
Selected Java Interview Questions
Selected Java Interview Questions
Dec 31, 2020 · Backend Development

Essential IntelliJ IDEA Plugins for Java Development

This article presents a curated list of indispensable IntelliJ IDEA plugins for Java developers, detailing features such as code mini‑map, AI‑based code completion, UI themes, Alibaba coding guidelines, cloud deployment tools, automatic getter/setter generation, Zookeeper management, hot‑reload, JSON formatting, Lombok annotations, test generation, MyBatis enhancements, RESTful utilities, and translation assistance.

IDE pluginsIntelliJbackend-development
0 likes · 5 min read
Essential IntelliJ IDEA Plugins for Java Development
Java Backend Technology
Java Backend Technology
Dec 28, 2020 · Backend Development

Top 15 Must‑Have IntelliJ IDEA Plugins for Java Developers

This article presents a curated collection of fifteen IntelliJ IDEA plugins that boost Java development productivity, ranging from code navigation and AI‑assisted completion to UI themes, coding standards, cloud deployment, automatic getter/setter generation, testing utilities, and handy JSON and translation tools.

IDE pluginsIntelliJbackend-development
0 likes · 7 min read
Top 15 Must‑Have IntelliJ IDEA Plugins for Java Developers
FunTester
FunTester
Nov 27, 2020 · Backend Development

Using SpotBugs Annotations and SuppressWarnings in Java and Groovy Projects

This article describes a practical workflow for static testing Java and Groovy code with SpotBugs in IntelliJ, including dependency setup, bug detection, clear versus suppress options, and the syntax for applying @SuppressFBWarnings annotations in both languages.

GroovyIntelliJSpotBugs
0 likes · 4 min read
Using SpotBugs Annotations and SuppressWarnings in Java and Groovy Projects
Architect's Tech Stack
Architect's Tech Stack
Nov 22, 2020 · Backend Development

Advanced Debugging Techniques in IntelliJ IDEA: Conditional Breakpoints, Drop Frame, Thread Debugging, Remote Debugging, and Expression Evaluation

This article explains several IntelliJ IDEA debugging tricks—including setting conditional breakpoints, using Drop Frame to rewind execution, managing multi‑thread breakpoints, configuring remote debugging, and evaluating or modifying expressions on the fly—to help developers debug complex Java applications more efficiently.

Conditional BreakpointIntelliJThread Debugging
0 likes · 5 min read
Advanced Debugging Techniques in IntelliJ IDEA: Conditional Breakpoints, Drop Frame, Thread Debugging, Remote Debugging, and Expression Evaluation
FunTester
FunTester
Nov 20, 2020 · Backend Development

Using SpotBugs and IntelliJ Plugins for Java Static Code Analysis

The article reviews the transition from Jenkins‑based FindBugs scanning to local IntelliJ plugins, evaluates outdated FindBugs‑IDEA and QAPlug‑FindBugs, and recommends SpotBugs for accurate Java static analysis, sharing installation links, usage notes, and scan results.

IntelliJSpotBugscode quality
0 likes · 6 min read
Using SpotBugs and IntelliJ Plugins for Java Static Code Analysis
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 5, 2020 · Backend Development

Mastering IntelliJ IDEA Plugin Development: A Step‑by‑Step Guide

This article introduces the fundamentals of IntelliJ IDEA plugin development, covering plugin types, project structure, essential components, a complete development workflow with Gradle, action registration, extension points, live templates, Dubbo integration, publishing procedures, common pitfalls, and how to include local JARs.

DubboGradleIDEA Plugin
0 likes · 11 min read
Mastering IntelliJ IDEA Plugin Development: A Step‑by‑Step Guide
Java Captain
Java Captain
Oct 12, 2020 · Backend Development

Top IntelliJ IDEA Plugins for Java Development

This guide lists essential IntelliJ IDEA plugins for Java developers, covering code navigation, AI‑based suggestions, UI themes, coding standards, cloud deployment, automatic getter/setter generation, Zookeeper management, hot‑reloading, JSON formatting, Lombok, test generation, MyBatis enhancements, RESTful tooling, and translation assistance.

IDE pluginsIntelliJbackend-development
0 likes · 5 min read
Top IntelliJ IDEA Plugins for Java Development
Programmer DD
Programmer DD
Oct 8, 2020 · Backend Development

Boost Your Java Productivity: Top 11 Must‑Have IntelliJ Plugins

This article introduces eleven essential IntelliJ IDEA plugins—including .ignore, Lombok, Alibaba's p3c, FindBugs‑IDEA, GsonFormat, Maven Helper, VisualVM Launcher, GenerateAllSetter, MyBatisCodeHelperPro, Rainbow Brackets, and Translation—explaining their features, download links, and how they can dramatically streamline Java development and improve code quality.

IDE pluginsIntelliJdevelopment-tools
0 likes · 5 min read
Boost Your Java Productivity: Top 11 Must‑Have IntelliJ Plugins
FunTester
FunTester
Sep 23, 2020 · Backend Development

Getting Started with IntelliJ's Text-Based HTTP Client

This guide explains how to create .http/.rest files in IntelliJ, write and run GET requests, use variables and environment files, separate multiple requests, and share request definitions securely with a team, providing practical examples and code snippets.

API testingEnvironment VariablesHTTP client
0 likes · 5 min read
Getting Started with IntelliJ's Text-Based HTTP Client
macrozheng
macrozheng
Jul 27, 2020 · Backend Development

Exploring IntelliJ IDEA 2020: Java 14 Support, Records, and Productivity Boosts

This article reviews the major enhancements in IntelliJ IDEA 2020—including built‑in Java 14 support with automatic JDK download, the new Chinese language pack, navigation bar jumps, Mono font, LightEdit mode, split terminals, Zen mode, improved Javadoc rendering, new themes, smarter error detection, and debug preprocessing—providing code examples and installation tips for developers.

IDEIntelliJjava
0 likes · 8 min read
Exploring IntelliJ IDEA 2020: Java 14 Support, Records, and Productivity Boosts
Programmer DD
Programmer DD
Jul 9, 2020 · Fundamentals

Master IdeaVim: Essential Tips and Shortcuts for IntelliJ Power Users

This guide provides a comprehensive collection of practical IdeaVim shortcuts and techniques for IntelliJ, covering emulator toggling, scrolling, navigation, editing commands, visual selection, registers, macros, and known limitations to boost coding efficiency.

IDE TipsIdeaVimIntelliJ
0 likes · 20 min read
Master IdeaVim: Essential Tips and Shortcuts for IntelliJ Power Users
Java Captain
Java Captain
Jun 27, 2020 · Backend Development

Top 16 IntelliJ IDEA Plugins for Java Development (2020.1)

This article presents a curated list of sixteen IntelliJ IDEA plugins compatible with version 2020.1, detailing each plugin's purpose, key features, usage shortcuts, and visual screenshots to help Java developers enhance productivity and code quality.

IDE pluginsIntelliJbackend-development
0 likes · 7 min read
Top 16 IntelliJ IDEA Plugins for Java Development (2020.1)
Programmer DD
Programmer DD
Jun 21, 2020 · Backend Development

How to Build Your First IntelliJ IDEA Plugin: Step‑by‑Step Guide

This tutorial walks you through setting up the development environment, cloning the IDEA Community source, configuring the SDK, creating a simple plugin project, writing a custom action, registering it in plugin.xml, and running the plugin inside a new IDEA instance, all with clear code examples and screenshots.

IDEA PluginIntelliJPlugin Development
0 likes · 9 min read
How to Build Your First IntelliJ IDEA Plugin: Step‑by‑Step Guide
Java Backend Technology
Java Backend Technology
Apr 16, 2020 · Backend Development

Boost Your IntelliJ IDEA 2020.1 Workflow: Essential Plugins and Shortcuts

This guide introduces a curated set of IntelliJ IDEA 2020.1 plugins—including translation, key‑promoter, Alibaba coding guidelines, LeetCode editor, RESTful toolkit, bytecode viewer, CamelCase, JRebel, string manipulation, MyBatis, sequence diagram, setter generator, Chinese language pack, and rainbow brackets—detailing their features, usage shortcuts, and installation tips to enhance Java development productivity.

IDE pluginsIntelliJJava development
0 likes · 10 min read
Boost Your IntelliJ IDEA 2020.1 Workflow: Essential Plugins and Shortcuts
Architect's Tech Stack
Architect's Tech Stack
Mar 8, 2020 · Product Management

IntelliJ-Based IDE 2020 Feature Roadmap Overview

The article outlines JetBrains' 2020 roadmap for IntelliJ-based IDEs, covering platform fundamentals, new user‑facing features, Asian market localization, a lightweight editor mode, enhanced Git staging support, and upcoming AI‑driven code assistance and other productivity improvements.

IDEIntelliJRoadmap
0 likes · 4 min read
IntelliJ-Based IDE 2020 Feature Roadmap Overview
Programmer DD
Programmer DD
Jan 23, 2020 · Product Management

What’s Coming in 2020 for JetBrains’ IntelliJ‑Based IDEs?

JetBrains unveiled its 2020 roadmap for IntelliJ‑based IDEs, detailing new localization efforts, a lightweight editor mode, enhanced Git staging support, AI‑driven code completion, and other advanced features aimed at improving developer productivity and experience.

Git integrationIDE roadmapIntelliJ
0 likes · 5 min read
What’s Coming in 2020 for JetBrains’ IntelliJ‑Based IDEs?
Programmer DD
Programmer DD
Dec 24, 2019 · Fundamentals

IntelliJ Platform 2020 Roadmap: Faster Indexing, Plugin Hot‑Swap & Cloud Support

JetBrains outlines its 2020 IntelliJ Platform roadmap, focusing on major performance improvements such as faster indexing and redesigned read/write lock threading, introducing hot‑swap plugin loading without restarts, adding collaborative editing, cloud execution support, and a revamped project model to enhance modern development workflows.

IDE performanceIntelliJcloud execution
0 likes · 8 min read
IntelliJ Platform 2020 Roadmap: Faster Indexing, Plugin Hot‑Swap & Cloud Support
Programmer DD
Programmer DD
Sep 29, 2019 · Fundamentals

How to Fix IntelliJ Git Errors After a macOS Update

After upgrading macOS, IntelliJ may lose its Git executable path, causing errors, but you can resolve it by updating the Git path in Preferences → Version Control → Git and testing the configuration.

IDE configurationIntelliJmacOS
0 likes · 3 min read
How to Fix IntelliJ Git Errors After a macOS Update
Programmer DD
Programmer DD
Sep 6, 2019 · Fundamentals

Boost Your Java Productivity: Top IntelliJ IDEA Shortcuts You Must Know

This guide compiles essential IntelliJ IDEA shortcuts—including automatic code generation, navigation, editing, debugging, and refactoring keys—organized by function, to help Java developers work faster, reduce mouse reliance, and streamline everyday coding tasks.

IDE shortcutsIntelliJJava development
0 likes · 14 min read
Boost Your Java Productivity: Top IntelliJ IDEA Shortcuts You Must Know
FunTester
FunTester
Jul 26, 2019 · Backend Development

How to Package a Mixed Java‑Groovy Maven Project in IntelliJ

This guide explains how to transition from Gradle to Maven for a Java‑Groovy mixed project, covering folder renaming, essential Maven dependencies and plugins, manifest configuration, and a note on optional local‑jar settings to successfully build an executable JAR in IntelliJ.

GroovyIntelliJJar packaging
0 likes · 6 min read
How to Package a Mixed Java‑Groovy Maven Project in IntelliJ
JD Retail Technology
JD Retail Technology
Sep 7, 2018 · Backend Development

Comprehensive Guide to Developing IntelliJ IDEA Plugins: Setup, Actions, UI Thread, Background Tasks, VFS, PSI, and UI Components

This article provides a step‑by‑step tutorial on creating IntelliJ IDEA plugins, covering environment preparation, project creation, defining actions, updating plugin.xml, handling UI threads, launching background tasks, using ProgressManager, working with the Virtual File System and PSI, and leveraging the platform's UI components.

IDEA PluginIntelliJKotlin
0 likes · 8 min read
Comprehensive Guide to Developing IntelliJ IDEA Plugins: Setup, Actions, UI Thread, Background Tasks, VFS, PSI, and UI Components
JD Tech
JD Tech
Sep 5, 2018 · Backend Development

Developing IntelliJ IDEA Plugins: A Step‑by‑Step Guide

This article walks readers through the complete process of creating an IntelliJ IDEA plugin—from installing the SDK and setting up a project, to defining actions, handling UI threads, using background tasks, and exploring core concepts such as VFS and PSI—providing practical code examples and references for further learning.

IDEA PluginIntelliJKotlin
0 likes · 8 min read
Developing IntelliJ IDEA Plugins: A Step‑by‑Step Guide
JD Retail Technology
JD Retail Technology
Jun 26, 2018 · Backend Development

Developing an IntelliJ IDEA Plugin for Smart Code Completion and Formatting

This article explains how to design, implement, debug, and publish an IntelliJ IDEA plugin that automatically inserts semicolons and braces, formats code, and streamlines development workflow using a chain‑of‑responsibility architecture triggered by Ctrl+Enter, complete with code examples and deployment steps.

Chain of ResponsibilityCode FormattingIDE Extensions
0 likes · 15 min read
Developing an IntelliJ IDEA Plugin for Smart Code Completion and Formatting
JD Tech
JD Tech
Jun 26, 2018 · Backend Development

Design and Development of an IntelliJ Plugin for Smart Code Completion and Formatting

This article describes the motivation, design, implementation, and deployment of an IntelliJ IDEA plugin that automatically inserts semicolons and braces, formats code, and uses a chain‑of‑responsibility pattern to decouple business logic, providing developers with a smoother coding experience.

Design PatternsIDEIntelliJ
0 likes · 18 min read
Design and Development of an IntelliJ Plugin for Smart Code Completion and Formatting
Java Captain
Java Captain
May 11, 2018 · Backend Development

Useful IntelliJ Plugins to Boost Development Efficiency

This article introduces a curated list of IntelliJ IDEA plugins—including .ignore, Lombok, p3c, FindBugs‑IDEA, GsonFormat, Maven Helper, VisualVM Launcher, GenerateAllSetter, MyBatisCodeHelperPro, Rainbow Brackets, and Translation—that streamline Java development, enforce code standards, and significantly improve productivity.

IDE pluginsIntelliJdevelopment-tools
0 likes · 6 min read
Useful IntelliJ Plugins to Boost Development Efficiency