Tagged articles
51 articles
Page 1 of 1
macrozheng
macrozheng
Apr 29, 2026 · Artificial Intelligence

Claude Code in VSCode: A Powerful, Context‑Aware AI Coding Companion

The article walks through installing and configuring the Claude Code extension for VSCode, explains how it adds context‑aware code understanding, visual chat, multiple editing modes and effort levels, shows model switching via CC Switch, and compares its rich features to the limited CLI‑only Anthropic plugin for IntelliJ IDEA.

AI coding assistantClaude CodeIDE plugin
0 likes · 4 min read
Claude Code in VSCode: A Powerful, Context‑Aware AI Coding Companion
Su San Talks Tech
Su San Talks Tech
Apr 10, 2026 · Artificial Intelligence

Boost Your Java Development with CC GUI: A Dual‑AI IDE Plugin Review

This article introduces CC GUI, a powerful JetBrains IDEA plugin that integrates Claude Code and Codex AI engines, walks through its key features, installation steps, and a real‑world Spring Boot project demo, highlighting how the tool can automate code upgrades, refactoring, and testing within the IDE.

AI CodingClaude CodeIDE plugin
0 likes · 7 min read
Boost Your Java Development with CC GUI: A Dual‑AI IDE Plugin Review
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 CodingBackend DevelopmentClaude Code
0 likes · 6 min read
Boost Your Java Backend Coding with CC GUI: Visual Claude Code in IntelliJ
Qunar Tech Salon
Qunar Tech Salon
Feb 10, 2026 · Frontend Development

How AI + Rule Engines Revolutionize Frontend Code Generation for Complex C‑End Apps

This article examines the challenges of pixel‑perfect UI reconstruction and semantic code generation for consumer‑facing front‑end projects, and presents a hybrid rule‑algorithm and large‑language‑model architecture that streamlines design‑to‑code (D2C) and requirement‑to‑code (P2C) workflows, integrates IDE plugins, and dramatically improves developer productivity.

AI CodingCode GenerationIDE plugin
0 likes · 25 min read
How AI + Rule Engines Revolutionize Frontend Code Generation for Complex C‑End Apps
Java Architecture Diary
Java Architecture Diary
Feb 5, 2026 · Backend Development

How Spring Debugger Enables Agent‑Free Remote Debugging of Java Apps

The article explains how JetBrains' Spring Debugger plugin provides remote debugging for Spring applications without using Java agents, detailing the underlying thread‑model tricks, supported containers, practical features like bean inspection and SQL execution, and step‑by‑step JDWP configuration.

IDE pluginJavaTomcat
0 likes · 11 min read
How Spring Debugger Enables Agent‑Free Remote Debugging of Java Apps
Code Ape Tech Column
Code Ape Tech Column
Jun 21, 2025 · Fundamentals

Master PlantUML: From Basics to Advanced Sequence Diagram Techniques

This guide introduces PlantUML, an open‑source text‑based diagram tool, covering its core features, IDE plugins, basic and advanced sequence‑diagram syntax, color customization, grouping, notes, and a complete Google‑login example, helping developers create clear, version‑controlled diagrams efficiently.

Diagram ToolIDE pluginPlantUML
0 likes · 8 min read
Master PlantUML: From Basics to Advanced Sequence Diagram Techniques
dbaplus Community
dbaplus Community
Jun 1, 2025 · Backend Development

Why Log4j2 Async Logging Blocks Threads and How to Fix It

This article examines Log4j2 asynchronous logging bottlenecks, explains the underlying Disruptor queue mechanics, identifies root causes of thread blocking, and presents practical strategies—including queue tuning, log classification, bytecode instrumentation, and IDE plugins—to achieve fine‑grained, performant log control.

DisruptorIDE pluginLog Management
0 likes · 12 min read
Why Log4j2 Async Logging Blocks Threads and How to Fix It
Alibaba Cloud Native
Alibaba Cloud Native
Feb 22, 2025 · Artificial Intelligence

Boost Your Development with Alibaba Cloud’s Tongyi Lingma AI Coding Assistant – A Hands‑On Guide

This guide walks developers through installing the Tongyi Lingma AI coding assistant plugin, switching between large language models, using smart Q&A, terminal integration, code completion, bug‑fix suggestions, and multi‑file refactoring, showcasing how the tool streamlines everyday development tasks.

AI coding assistantCloud NativeIDE plugin
0 likes · 8 min read
Boost Your Development with Alibaba Cloud’s Tongyi Lingma AI Coding Assistant – A Hands‑On Guide
Java Architect Essentials
Java Architect Essentials
Feb 19, 2025 · Artificial Intelligence

Integrating DeepSeek AI Assistant into IntelliJ IDEA for Java Development

This guide walks Java developers through preparing the environment, installing the CodeGPT plugin, configuring DeepSeek API keys, and using the AI-powered code assistant within IntelliJ IDEA, including code completion, explanation, and question‑answer features, with usage statistics and sample code.

AI code assistantCodeGPTDeepSeek
0 likes · 9 min read
Integrating DeepSeek AI Assistant into IntelliJ IDEA for Java Development
Java Captain
Java Captain
Feb 13, 2025 · Artificial Intelligence

Integrating DeepSeek AI Assistant into IntelliJ IDEA: A Step‑by‑Step Guide

This tutorial explains how to prepare the environment, install the CodeGPT plugin, configure DeepSeek API keys and model settings in IntelliJ IDEA, and use the AI assistant for code generation, completion, explanation, and troubleshooting, while also showing usage statistics and a complete Java example.

AI code assistantCodeGPTDeepSeek
0 likes · 7 min read
Integrating DeepSeek AI Assistant into IntelliJ IDEA: A Step‑by‑Step Guide
Java Architect Essentials
Java Architect Essentials
Aug 19, 2024 · Backend Development

Boost MyBatis Development with MyBatis‑SQL‑Viewer: Features, Installation & Usage

This article introduces the MyBatis‑SQL‑Viewer plugin, detailing its capabilities such as converting MyBatis XML to real SQL, mock data generation, SQL compliance and index checks, execution, performance testing, and how to install and use it within IntelliJ IDEA for efficient backend development.

Backend DevelopmentIDE pluginMyBatis
0 likes · 13 min read
Boost MyBatis Development with MyBatis‑SQL‑Viewer: Features, Installation & Usage
Top Architect
Top Architect
May 22, 2024 · Backend Development

Using MybatisX Plugin for Rapid MyBatis Development in Spring Boot

This article introduces the MybatisX IDEA plugin, outlines its benefits for reducing boilerplate in MyBatis/MyBatis‑Plus projects, and provides a step‑by‑step tutorial—including database setup, Maven dependency configuration, plugin installation, connection troubleshooting, and code generation—complete with Maven and Java code examples.

Backend DevelopmentIDE pluginJava
0 likes · 7 min read
Using MybatisX Plugin for Rapid MyBatis Development in Spring Boot
Baidu Tech Salon
Baidu Tech Salon
May 10, 2024 · Artificial Intelligence

Baidu Comate: Core Capabilities of Intelligent Code Assistant

The article surveys Baidu Comate, an AI‑powered code assistant built on the Wenxin (ERNIE) large model, tracing software development from the 1950s crisis through the internet and open‑source era to today’s AI‑driven tools, and highlights its features and demonstration at a global development conference.

AI CodingBaidu ComateIDE plugin
0 likes · 7 min read
Baidu Comate: Core Capabilities of Intelligent Code Assistant
Open Source Tech Hub
Open Source Tech Hub
Feb 7, 2024 · Backend Development

How to Use SonarLint for Real‑Time PHP Code Quality Checks

This guide explains how to install SonarLint in IDEs like PHPStorm, run on‑the‑fly scans, interpret common PHP code‑smell warnings, and apply concrete fixes for issues such as missing braces, improper loop conditions, unreachable catch blocks, and absent default cases in switch statements.

IDE pluginPHPcode quality
0 likes · 5 min read
How to Use SonarLint for Real‑Time PHP Code Quality Checks
phodal
phodal
Dec 17, 2023 · Industry Insights

Exploring Unit Mesh: Open‑Source AI‑Powered Tools Transforming Software Development

The article reviews the 2023 surge of generative AI in software engineering and introduces Unit Mesh’s open‑source ecosystem—including the Unit Runtime serverless Kotlin backend, the fine‑tuning framework Unit Minions, the AI‑assisted IDE plugin AutoDev, the code‑evaluation tool UnitEval, and various Copilot‑style utilities—highlighting their design, capabilities, and future directions.

AI CopilotBackend DevelopmentIDE plugin
0 likes · 11 min read
Exploring Unit Mesh: Open‑Source AI‑Powered Tools Transforming Software Development
Java Architect Essentials
Java Architect Essentials
Dec 11, 2023 · Databases

MyBatis SQL Viewer Plugin: Features, Installation, and Usage Guide

The MyBatis SQL Viewer plugin for IntelliJ IDEA converts MyBatis XML to executable SQL, offers comprehensive mock data generation, compliance and index checks, execution plans, stress testing, and project‑wide scanning, streamlining CRUD development without repeated application restarts.

Database ToolsIDE pluginMyBatis
0 likes · 10 min read
MyBatis SQL Viewer Plugin: Features, Installation, and Usage Guide
Open Source Tech Hub
Open Source Tech Hub
Oct 25, 2023 · Artificial Intelligence

Boost Your Coding Efficiency with CodeFuse AI: Install, Features, and Real‑World Usage

This guide introduces CodeFuse, an AI‑powered code assistant built on Ant Group's large model, outlines its key features such as code completion, comment generation, code explanation, unit‑test creation, and optimization, and provides step‑by‑step installation and usage instructions for multiple IDEs.

AI code assistantCode OptimizationIDE plugin
0 likes · 9 min read
Boost Your Coding Efficiency with CodeFuse AI: Install, Features, and Real‑World Usage
Java Architect Essentials
Java Architect Essentials
Sep 8, 2023 · Backend Development

Understanding POJO Types (VO, BO, PO, DTO, DO) and Using the Simple Object Copy Plugin for Code Generation

This article explains the different POJO classifications such as VO, BO, PO, DTO, and DO in Java, compares various object‑copy utilities, and demonstrates how the Simple Object Copy IDE plugin can automatically generate conversion methods to improve development efficiency and code quality.

Backend DevelopmentIDE pluginJava
0 likes · 7 min read
Understanding POJO Types (VO, BO, PO, DTO, DO) and Using the Simple Object Copy Plugin for Code Generation
Open Source Linux
Open Source Linux
Aug 2, 2023 · Cloud Computing

Boost Your Development Speed: Automate Deployments with Alibaba Cloud Toolkit

This article explains how developers can dramatically improve productivity by using the free Alibaba Cloud Toolkit IDE plugin to automate packaging, remote deployment, SSH proxy, real‑time log viewing, and quick Dubbo project creation across Windows, ECS, EDAS, and Kubernetes environments.

Alibaba CloudDeployment AutomationDevOps
0 likes · 10 min read
Boost Your Development Speed: Automate Deployments with Alibaba Cloud Toolkit
Java Architect Essentials
Java Architect Essentials
Mar 28, 2023 · Fundamentals

Grep Console Plugin: Installation, Configuration, and Usage Guide

This article provides a comprehensive guide to the Grep Console IntelliJ IDEA plugin, covering its features, download links, online and offline installation methods, uninstallation steps, detailed configuration options for input filtering and highlighting, and a practical usage example.

Grep ConsoleIDE pluginIntelliJ IDEA
0 likes · 7 min read
Grep Console Plugin: Installation, Configuration, and Usage Guide
Laravel Tech Community
Laravel Tech Community
Oct 8, 2022 · Databases

Comparative Review of Popular Redis Visualization Tools

This article compares a range of Redis visualization solutions—including desktop clients, a web‑based platform, and an IDE plugin—detailing their features, licensing, platform support, and command‑line integration to help developers choose the most efficient tool for their workflow.

Database ToolsDesktop ClientIDE plugin
0 likes · 8 min read
Comparative Review of Popular Redis Visualization Tools
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 29, 2022 · Databases

SQLE 1.2207.0 Release Notes and Feature Summary

The SQLE 1.2207.0 release introduces a redesigned dashboard, incremental intelligent scanning for slow‑log and TiDB audit logs, OceanBase MySQL‑mode audit plugin, JetBrains IDE audit plugin, along with numerous optimizations, bug fixes, and detailed release information for both community and enterprise editions.

Database AuditingIDE pluginOceanBase
0 likes · 7 min read
SQLE 1.2207.0 Release Notes and Feature Summary
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 22, 2022 · Databases

SQLE 1.2207.0-pre2 Release Notes: New IDE Plugin, Incremental Smart Scan, and Full Feature List

The SQLE 1.2207.0-pre2 preview release introduces a JetBrains IDE audit plugin, supports incremental smart scanning for slow logs and TiDB audit logs, provides updated dashboards, optimizations, bug fixes, and includes detailed deployment links and a complete list of new features and improvements.

Database AuditingIDE pluginIncremental Scan
0 likes · 6 min read
SQLE 1.2207.0-pre2 Release Notes: New IDE Plugin, Incremental Smart Scan, and Full Feature List
Java Architect Essentials
Java Architect Essentials
Apr 13, 2022 · Backend Development

Master Java Object Mapping: VO, BO, DTO, PO with Simple Object Copy

This article explains the different POJO variants—VO, BO, PO, DTO, and DO—describes their typical usage in layered Java applications, introduces the Simple Object Copy IntelliJ plugin for one‑click conversion method generation, compares it with common mapping tools such as MapStruct and BeanUtils, and discusses performance and flexibility advantages.

BeanUtilsCode GenerationIDE plugin
0 likes · 10 min read
Master Java Object Mapping: VO, BO, DTO, PO with Simple Object Copy
IT Services Circle
IT Services Circle
Mar 10, 2022 · Backend Development

Using the Alibaba Java Coding Guidelines Plugin in IntelliJ IDEA

This article introduces the Alibaba Java Coding Guidelines plugin for IntelliJ IDEA, explains its rule set and detection modes, and provides step‑by‑step instructions for installing and using the plugin to automatically enforce coding standards in Java projects.

AlibabaIDE pluginIntelliJ IDEA
0 likes · 4 min read
Using the Alibaba Java Coding Guidelines Plugin in IntelliJ IDEA
Top Architect
Top Architect
Dec 9, 2021 · Fundamentals

How to Use IntelliJ IDEA’s Code With Me for Collaborative Coding

This guide explains the prerequisites, installation, and step‑by‑step process for using IntelliJ IDEA’s Code With Me plugin to create invitation links, set visitor permissions, and enable real‑time collaborative editing, including screenshots of each stage and notes on ending sessions.

Code With MeIDE pluginIntelliJ IDEA
0 likes · 5 min read
How to Use IntelliJ IDEA’s Code With Me for Collaborative Coding
Code Ape Tech Column
Code Ape Tech Column
Dec 22, 2020 · Databases

Comparison and Review of Popular Redis Visualization Tools

This article evaluates and compares a range of Redis visualization tools—including desktop clients, web applications, and IDE plugins—by examining their features, usability, platform support, pricing, and command‑line integration to help developers choose the most suitable solution for their workflow.

Desktop ClientIDE pluginTool comparison
0 likes · 9 min read
Comparison and Review of Popular Redis Visualization Tools
The Dominant Programmer
The Dominant Programmer
Nov 10, 2020 · Fundamentals

How to Easily Create Flowcharts Directly in VSCode

This guide shows how to install the Draw.io Integration extension in VSCode, create a .drawio file, design flowcharts within the editor, load additional symbols, and export the diagram in various formats without leaving the IDE.

DiagrammingDraw.ioFlowchart
0 likes · 2 min read
How to Easily Create Flowcharts Directly in VSCode
Top Architect
Top Architect
Sep 15, 2020 · Fundamentals

Generating UML Class Diagrams in IntelliJ IDEA

This tutorial explains how to use IntelliJ IDEA's built‑in Diagram plugin to automatically generate UML class diagrams for Java classes, covering configuration steps, shortcut keys, example screenshots, and the tool's limitations for software design documentation.

DiagramIDE pluginIntelliJ IDEA
0 likes · 4 min read
Generating UML Class Diagrams in IntelliJ IDEA
Alibaba Cloud Native
Alibaba Cloud Native
Aug 13, 2020 · Cloud Native

Debug Cloud‑Native Apps Locally with Alibaba EDAS in 3 Simple Steps

When a cloud‑deployed application behaves unexpectedly, this guide shows how to use Alibaba EDAS’s cloud‑native debugging tool to enable local‑to‑cloud integration, configure a remote‑accessible Kubernetes node, set up the IDE plugin, and run your service for seamless debugging without costly redeployments.

Alibaba CloudEDASIDE plugin
0 likes · 8 min read
Debug Cloud‑Native Apps Locally with Alibaba EDAS in 3 Simple Steps
Youzan Coder
Youzan Coder
Feb 19, 2020 · Operations

Enabling Near‑Local Remote Debugging for Java Apps on Youzan Cloud

This article explains how Youzan Cloud provides a near‑local remote debugging experience for Java applications by using bytecode enhancement, sandbox recording, and an IDEA plugin that captures execution snapshots without modifying code or significantly impacting performance.

IDE pluginJavabytecode enhancement
0 likes · 11 min read
Enabling Near‑Local Remote Debugging for Java Apps on Youzan Cloud
Programmer DD
Programmer DD
Dec 22, 2019 · Backend Development

How to Resolve Maven Dependency Conflicts and Avoid ClassNotFound Errors

Learn why Maven dependency conflicts occur, how the shortest‑path rule selects versions, and step‑by‑step methods—including exclusion tags, Maven Helper plugin, and IDE dependency graphs—to identify and eliminate conflicting JARs, ensuring a single consistent version in your project.

Dependency ConflictExclusionsIDE plugin
0 likes · 5 min read
How to Resolve Maven Dependency Conflicts and Avoid ClassNotFound Errors
Architect's Tech Stack
Architect's Tech Stack
Dec 11, 2019 · Backend Development

Understanding Maven Dependency Conflicts and How to Resolve Them

This article explains what Maven dependency conflicts are, why they occur when different libraries require different versions of the same jar, and provides practical methods—including exclusion tags, the Maven Helper plugin, and IDE visual tools—to identify and eliminate these conflicts for stable Java builds.

Build ToolDependency ConflictIDE plugin
0 likes · 5 min read
Understanding Maven Dependency Conflicts and How to Resolve Them
Programmer DD
Programmer DD
Sep 8, 2019 · Cloud Computing

Boost Mini‑Program Deployment Speed 8× with Alibaba Cloud’s Free Cloud Toolkit

This guide explains how Alibaba Cloud’s free Cloud Toolkit plugin for IntelliJ IDEA and Eclipse enables one‑click deployment of mini‑programs to the Mini Program Cloud, dramatically accelerating development, simplifying configuration, and offering additional IDE features such as Dubbo project creation and built‑in diagnostics.

Alibaba CloudIDE pluginIntelliJ IDEA
0 likes · 7 min read
Boost Mini‑Program Deployment Speed 8× with Alibaba Cloud’s Free Cloud Toolkit
Programmer DD
Programmer DD
Aug 7, 2019 · Cloud Computing

Accelerate Development with Alibaba Cloud Toolkit: One-Click Deploy & More

This article introduces Alibaba's Cloud Toolkit IDE plugin, explaining how its one‑click deployment, Windows and EDAS Kubernetes support, SSH proxy capabilities, real‑time log viewing, and rapid Dubbo project creation can automate repetitive tasks and significantly improve developer productivity.

Alibaba CloudDeployment AutomationDubbo
0 likes · 8 min read
Accelerate Development with Alibaba Cloud Toolkit: One-Click Deploy & More
Programmer DD
Programmer DD
Jul 13, 2019 · Operations

Deploy SpringBoot Apps Directly from IDEA Using Cloud Toolkit

This article walks through using Alibaba Cloud's Cloud Toolkit IDE plugin to configure, package, and deploy a SpringBoot application from IntelliJ IDEA to any server, compares its workflow with native IDEA deployment, and evaluates its core features such as Deploy to Host, Deploy to ECS, file upload, remote terminal, and built‑in Arthas diagnostics.

ArthasDeploymentDevOps
0 likes · 16 min read
Deploy SpringBoot Apps Directly from IDEA Using Cloud Toolkit
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2017 · Backend Development

Boost Java Code Quality with Alibaba’s New P3C Scanning Plugin – Features, Installation, and Vision

Alibaba unveiled its Alibaba Java Development Specification (P3C) scanning plugin at the Hangzhou Cloud Expo, detailing its automated IDE checks, multi‑level issue reporting, batch fixes, installation steps for IDEA and Eclipse, and its ambition to become a global open‑source coding‑standard.

IDE plugincode qualitycoding standards
0 likes · 5 min read
Boost Java Code Quality with Alibaba’s New P3C Scanning Plugin – Features, Installation, and Vision
Meituan Technology Team
Meituan Technology Team
Aug 17, 2017 · Mobile Development

Real‑time Android Studio Source Code Security Scanning with FindBugs Extension (Code Arbiter)

Code Arbiter extends the FindBugs plugin to provide real‑time Android Studio source‑code security scanning, implementing line‑by‑line API misuse detection, empty TrustManager checks, taint‑analysis of sources and sinks, and custom bytecode checks for unprotected Intent/Bundle reads, all packaged as a JAR for instant developer feedback.

AndroidCode ArbiterIDE plugin
0 likes · 20 min read
Real‑time Android Studio Source Code Security Scanning with FindBugs Extension (Code Arbiter)
ITPUB
ITPUB
Apr 25, 2016 · Backend Development

How to Install and Use JadClipse Decompiler Plugin in MyEclipse

This guide walks you through downloading the JadClipse plugin and JAD decompiler, placing the files in the correct MyEclipse directories, configuring the plugin path, and finally enabling seamless Java class decompilation directly within the MyEclipse IDE.

IDE pluginJADJadClipse
0 likes · 5 min read
How to Install and Use JadClipse Decompiler Plugin in MyEclipse