Tagged articles

IntelliJ IDEA

572 articles · Page 4 of 6
Code Ape Tech Column
Code Ape Tech Column
Feb 11, 2022 · Backend Development

Advanced Debugging Techniques in IntelliJ IDEA: Log Evaluation, Field, Exception, and Method Breakpoints

This article introduces four powerful IntelliJ IDEA debugging techniques—log evaluation at breakpoints, field breakpoints, exception breakpoints, and method breakpoints—providing step‑by‑step instructions, code examples, and screenshots to help Java developers debug more efficiently without cluttering their code with temporary prints.

DebuggingIDE TipsIntelliJ IDEA
0 likes · 8 min read
Advanced Debugging Techniques in IntelliJ IDEA: Log Evaluation, Field, Exception, and Method Breakpoints
IT Xianyu
IT Xianyu
Feb 8, 2022 · Backend Development

Deploying a Spring Boot Application with Docker Using IntelliJ IDEA

This tutorial explains how to install Docker, configure remote access, create a Spring Boot project in IntelliJ IDEA, add Dockerfile and Maven settings, build a Docker image, run the container, and verify the application through a browser and log inspection.

DockerIntelliJ IDEASpring Boot
0 likes · 7 min read
Deploying a Spring Boot Application with Docker Using IntelliJ IDEA
Code Ape Tech Column
Code Ape Tech Column
Jan 29, 2022 · Backend Development

Using IntelliJ IDEA Stream Trace to Debug Java Streams

IntelliJ IDEA's Stream Trace feature allows developers to visualize each step of Java Stream operations during debugging, showing element counts, intermediate results, and object details, with split and flat modes, demonstrated through a sample code that filters strings by length.

DebuggingIntelliJ IDEAStream
0 likes · 3 min read
Using IntelliJ IDEA Stream Trace to Debug Java Streams
Java Architect Essentials
Java Architect Essentials
Jan 21, 2022 · Backend Development

Using IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance and Interface Relationships

This tutorial demonstrates how to leverage IntelliJ IDEA's diagram feature to view, filter, and explore inheritance and interface implementation relationships of Java Servlet classes, including customizing the diagram, inspecting class members, and navigating source code directly from the visual representation.

Class DiagramIDEIntelliJ IDEA
0 likes · 6 min read
Using IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance and Interface Relationships
Java Captain
Java Captain
Jan 19, 2022 · Backend Development

Using IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance Hierarchy

This article demonstrates how to use IntelliJ IDEA's diagram feature to view, clean up, and explore the inheritance and interface implementation relationships of Java Servlet classes, including tips for filtering classes, inspecting members, zooming, and adding additional classes to the diagram.

IDE TipsInheritance DiagramIntelliJ IDEA
0 likes · 6 min read
Using IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance Hierarchy
Java Architect Essentials
Java Architect Essentials
Jan 16, 2022 · Backend Development

Using IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance and Interface Relationships

This article demonstrates how to leverage IntelliJ IDEA's diagram feature to clearly view, customize, and explore the inheritance and interface implementation hierarchy of Java Servlet classes, including removing irrelevant nodes, inspecting members, adding extra classes, and jumping directly to source code.

Inheritance DiagramIntelliJ IDEAServlet
0 likes · 5 min read
Using IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance and Interface Relationships
Architect's Guide
Architect's Guide
Jan 12, 2022 · Fundamentals

IntelliJ IDEA Shortcut Guide for Windows and macOS

This article provides a comprehensive collection of IntelliJ IDEA keyboard shortcuts for both Windows and macOS, organized by key combinations such as Ctrl, Alt, Shift, and their combinations, includes tables of shortcuts, usage explanations, and a link to a high‑resolution PDF for printing.

IDEIntelliJ IDEAShortcuts
0 likes · 19 min read
IntelliJ IDEA Shortcut Guide for Windows and macOS
Java Backend Technology
Java Backend Technology
Jan 6, 2022 · Backend Development

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

This guide presents fifteen essential IntelliJ IDEA plugins—from code completion and shortcut hints to code quality checks and live templates—that dramatically streamline Java development, improve code readability, enforce standards, and boost overall productivity for developers.

Development ToolsIDE pluginsIntelliJ IDEA
0 likes · 6 min read
Boost Your Java Productivity: 15 Must-Have IntelliJ IDEA Plugins
IT Xianyu
IT Xianyu
Dec 28, 2021 · Fundamentals

How to Configure Class and Method Comment Templates in IntelliJ IDEA

This guide explains step‑by‑step how to set up class and method comment templates in IntelliJ IDEA, including creating file and live templates, configuring parameters, adding Groovy scripts for @param and @return generation, and verifying the generated Javadoc comments for Java files.

IDE configurationIntelliJ IDEALive Templates
0 likes · 6 min read
How to Configure Class and Method Comment Templates in IntelliJ IDEA
21CTO
21CTO
Dec 11, 2021 · Information Security

Critical Apache Log4j2 Remote Code Execution Vulnerability: Risks and Fixes

Google delays its office‑return plan and grants US staff a $1,600 bonus, while a severe Apache Log4j2 remote‑code‑execution flaw affecting many Java projects is disclosed with mitigation steps, and IntelliJ IDEA introduces built‑in audio‑video chat for collaborative coding.

Audio Video CollaborationGoogle BonusIntelliJ IDEA
0 likes · 5 min read
Critical Apache Log4j2 Remote Code Execution Vulnerability: Risks and Fixes
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
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 IDEAMarkdown
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.

Inheritance DiagramIntelliJ IDEAServlet
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.

IntelliJ IDEAbackend developmentjava
0 likes · 5 min read
10 Practical IntelliJ IDEA Plugins to Boost Development Efficiency
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.

Development ToolsIDE TipsIntelliJ IDEA
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.

Hot DeploymentIntelliJ IDEAJRebel
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 IDEAMavenMulti-module
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.

IDE productivityIntelliJ IDEALive Templates
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.

IDE TipsIntelliJ IDEALive Templates
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.

Command LineGitIntelliJ IDEA
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 IDEAcode templates
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.

DebuggingIDEIntelliJ IDEA
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.

IDE productivityIntelliJ IDEAcode generation
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.

Development ToolsIntelliJ IDEAjava
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.

Development ToolsIDE TipsIntelliJ IDEA
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.

IDEIntelliJ IDEAMicroservices
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 IDEALombok
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 IDEAShortcuts
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 IDEAUI themes
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 IDEASpring Boot
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.

IDE TipsInheritance DiagramIntelliJ IDEA
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 IDEAJava StreamsLive Templates
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.

Development ToolsIDE configurationIntelliJ IDEA
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.

Development ToolsIDE configurationIntelliJ IDEA
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.

Build ToolsDependency ManagementIntelliJ IDEA
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.

GraphvizIntelliJ IDEAPlantUML
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 IDEAThemes
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.

Development ToolsIDEIntelliJ IDEA
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 IDEAbreakpoints
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 IDEAcode templatesdevelopment productivity
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.

IntelliJ IDEALive TemplatesStreams
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.

DebuggingDevelopment ToolsHot Deployment
0 likes · 16 min read
Master IntelliJ IDEA Debugging: Essential Tips and Tricks
Java Backend Technology
Java Backend Technology
May 13, 2021 · Fundamentals

Unlock Faster Java Coding: Master IDEA’s Postfix Completion Templates

IntelliJ IDEA’s powerful postfix completion lets you instantly generate common code constructs—such as loops, null checks, casts, and conditional statements—by typing a dot after an expression and selecting a template, dramatically speeding up Java development and reducing manual typing.

IDE shortcutsIntelliJ IDEAcode templates
0 likes · 3 min read
Unlock Faster Java Coding: Master IDEA’s Postfix Completion Templates
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 IDEAShortcuts
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.

IDE FeaturesIntelliJ IDEAWSL 2
0 likes · 6 min read
What’s New in IntelliJ IDEA 2021.1? A Deep Dive into the Latest Features