Tag

IntelliJ

0 views collected around this technical thread.

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.

IntelliJJavaProcessHandler
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.

Backend DevelopmentIntelliJJava
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.

Backend DevelopmentBuild ToolsDependency Analysis
0 likes · 8 min read
Master Maven Dependency Analysis: Spot Unused and Undeclared JARs
macrozheng
macrozheng
Jan 15, 2025 · Fundamentals

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

This guide presents a curated list of 30 essential IntelliJ IDEA plugins, covering code assistance, UI enhancements, project management, and productivity tools, with installation tips and screenshots, helping Java developers transform their IDE into a powerful one‑stop development environment.

IntelliJJavaide
0 likes · 8 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development
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 pluginsIntelliJJava
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 pluginsIntelliJJava
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.

Feature DropIntelliJK2 mode
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
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.

IntelliJMySQLRelease Notes
0 likes · 9 min read
SQLE 2.2308.0 Release Notes – New Features for Community and Enterprise Editions
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.

EmacsIntelliJPerformance
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.

IntelliJJavaPerformance
0 likes · 7 min read
Effective Debugging Techniques in IntelliJ IDEA
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.

AutomationIDE productivityIntelliJ
0 likes · 8 min read
Boost Your Java Productivity with IntelliJ Live Templates: A Complete Guide
Java Captain
Java Captain
Sep 2, 2022 · Backend Development

IntelliJ Platform Projects Migrated to Java 17 – What It Means for Plugin Developers

The IntelliJ platform has moved its source code to Java 17, requiring IDE 2022.3 to run on Java 17 while still supporting some modules for older Java versions, and this shift impacts plugin development, version compatibility, and build processes for developers.

Backend DevelopmentIntelliJide
0 likes · 3 min read
IntelliJ Platform Projects Migrated to Java 17 – What It Means for Plugin Developers
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.

IDEA pluginsIntelliJJava
0 likes · 14 min read
20 Must‑Have IntelliJ IDEA Plugins to Supercharge Your Development
Java Architect Essentials
Java Architect Essentials
Aug 29, 2022 · Fundamentals

How to Use Breakpoint Debugging in IntelliJ IDEA: Buttons, Types, and Tips

This article explains how to start breakpoint debugging in IntelliJ IDEA, walks through the many toolbar buttons and their functions, introduces various breakpoint types such as method, property, exception, and demonstrates practical code examples for stream and multithreaded debugging.

IntelliJbreakpointdebugging
0 likes · 9 min read
How to Use Breakpoint Debugging in IntelliJ IDEA: Buttons, Types, and Tips
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.

BackendChatIntelliJ
0 likes · 4 min read
Build an Instant Chat & Game Plugin for IntelliJ IDEA with Netty
Selected Java Interview Questions
Selected Java Interview Questions
Jul 11, 2022 · Backend Development

Using the GsonFormat Plugin to Quickly Convert JSON to Java Beans

This tutorial explains how to install and use the GsonFormat IntelliJ plugin to automatically generate JavaBean classes from JSON strings, dramatically reducing repetitive getter/setter code and improving backend development efficiency.

Backend DevelopmentGsonFormatIntelliJ
0 likes · 4 min read
Using the GsonFormat Plugin to Quickly Convert JSON to Java Beans
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