Tagged articles
56 articles
Page 1 of 1
SpringMeng
SpringMeng
Feb 27, 2026 · Backend Development

How to Use IntelliJ IDEA Diagrams to Explore Java Inheritance and Source Code

This guide shows how to leverage IntelliJ IDEA's diagram feature to visualize inheritance and interface relationships of Java classes, prune irrelevant nodes, inspect members, filter visibility, add additional classes, and quickly jump to source code, making code navigation far more efficient.

DiagramsIDE TipsInheritance
0 likes · 5 min read
How to Use IntelliJ IDEA Diagrams to Explore Java Inheritance and Source Code
Java Tech Enthusiast
Java Tech Enthusiast
Dec 6, 2025 · Backend Development

How to Visualize Java Servlet Inheritance Using IntelliJ IDEA Diagrams

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

IDE TipsInheritance DiagramIntelliJ IDEA
0 likes · 6 min read
How to Visualize Java Servlet Inheritance Using IntelliJ IDEA Diagrams
macrozheng
macrozheng
Nov 26, 2025 · Backend Development

Visualizing Java Servlet Inheritance with IntelliJ IDEA Diagrams

This guide shows how to use IntelliJ IDEA's diagram feature to view, customize, and navigate Java Servlet inheritance and interface implementation graphs, including filtering classes, inspecting members, adjusting visibility, zooming, adding related classes, and jumping directly to source code.

IDE TipsInheritance DiagramIntelliJ IDEA
0 likes · 6 min read
Visualizing Java Servlet Inheritance with IntelliJ IDEA Diagrams
Java Interview Crash Guide
Java Interview Crash Guide
Oct 23, 2025 · Fundamentals

30+ IntelliJ IDEA Debugging Tricks to Boost Your Productivity 10×

Mastering IntelliJ IDEA's powerful debugging shortcuts and features—such as execution point navigation, step controls, conditional breakpoints, exception simulation, multithread handling, variable modification, and remote debugging—can dramatically reduce bug‑fixing time and make development up to ten times more efficient.

IDE TipsIntelliJ IDEAbreakpoints
0 likes · 13 min read
30+ IntelliJ IDEA Debugging Tricks to Boost Your Productivity 10×
Code Ape Tech Column
Code Ape Tech Column
Mar 2, 2025 · Fundamentals

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

This article introduces several advanced IntelliJ IDEA debugging techniques—including Evaluate and Log 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 source code.

IDE TipsIntelliJ IDEAbreakpoints
0 likes · 6 min read
Advanced IntelliJ IDEA Debugging Techniques: Evaluate and Log, Field, Exception, and Method Breakpoints
Architecture Digest
Architecture Digest
Dec 18, 2024 · Fundamentals

IntelliJ IDEA High‑Efficiency Configuration, Essential Shortcuts, and Plugin Recommendations

This article presents a comprehensive guide to configuring IntelliJ IDEA for faster development, including case‑insensitive code completion, auto‑import settings, font‑size zoom, tab and line‑number display, essential keyboard shortcuts, code‑editing efficiencies, debugging features, and a curated list of useful plugins.

IDE TipsIntelliJ IDEAJava development
0 likes · 10 min read
IntelliJ IDEA High‑Efficiency Configuration, Essential Shortcuts, and Plugin Recommendations
macrozheng
macrozheng
Sep 23, 2024 · Fundamentals

28 Essential IntelliJ IDEA Tips to Supercharge Your Java Development

This guide presents 28 practical IntelliJ IDEA tricks—from viewing code history and adjusting memory settings to customizing keymaps, code inspections, Maven dependency visualization, and multi‑instance debugging—helping Java developers dramatically boost productivity and streamline daily workflows.

Code navigationIDE TipsIntelliJ IDEA
0 likes · 13 min read
28 Essential IntelliJ IDEA Tips to Supercharge Your Java Development
Top Architect
Top Architect
Jun 26, 2024 · Backend Development

Visualizing Java Servlet Inheritance Hierarchy with IntelliJ IDEA Diagrams

This article explains 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 removing irrelevant nodes, inspecting class members, adjusting visibility, zooming, and adding related classes to the diagram.

IDE TipsInheritance DiagramIntelliJ IDEA
0 likes · 7 min read
Visualizing Java Servlet Inheritance Hierarchy with IntelliJ IDEA Diagrams
Top Architecture Tech Stack
Top Architecture Tech Stack
May 7, 2024 · Backend Development

How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java

This guide explains step‑by‑step how to configure IntelliJ IDEA’s Live Templates to automatically generate Javadoc comments for Java methods, including creating a custom template group, defining variables, setting scope, and showcasing useful Java‑8 snippets, while also noting promotional offers for activation tools.

IDE TipsIntelliJ IDEAJavadoc
0 likes · 6 min read
How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java
IT Services Circle
IT Services Circle
Apr 23, 2024 · Fundamentals

30+ IntelliJ IDEA Debugging Tips and Tricks to Boost Your Efficiency

This article presents a comprehensive collection of over thirty IntelliJ IDEA debugging features, shortcuts, and advanced techniques—including breakpoint types, conditional breakpoints, remote debugging, and code evaluation—to help Java developers dramatically improve their debugging workflow and productivity.

IDE TipsIntelliJ IDEAbreakpoint
0 likes · 15 min read
30+ IntelliJ IDEA Debugging Tips and Tricks to Boost Your Efficiency
Java Architect Essentials
Java Architect Essentials
Jan 14, 2024 · Fundamentals

Essential IntelliJ IDEA Tips to Boost Java Development Efficiency

This article presents a comprehensive collection of practical IntelliJ IDEA tips for Java developers, covering code history viewing, memory settings, Eclipse keymap, case‑insensitive suggestions, disabling inspections, documentation templates, method separators, multi‑line tabs, bracket navigation, code completion, fuzzy search, class preview, call hierarchy, Maven dependency visualization, SSH tool, and more to significantly boost coding efficiency.

IDE TipsIntelliJ IDEAdevelopment-tools
0 likes · 12 min read
Essential IntelliJ IDEA Tips to Boost Java Development Efficiency
Code Ape Tech Column
Code Ape Tech Column
Dec 27, 2023 · Backend Development

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

This article introduces four powerful IntelliJ IDEA debugging techniques—adding log statements at breakpoints, using field breakpoints, configuring exception breakpoints, and setting method breakpoints—to help developers efficiently trace code execution and inspect variables without cluttering the source.

IDE TipsIntelliJ IDEAbreakpoints
0 likes · 6 min read
Advanced Debugging Techniques in IntelliJ IDEA: Log, Field, Exception, and Method Breakpoints
Java Architect Essentials
Java Architect Essentials
Aug 11, 2023 · Fundamentals

Using Scratch Files and Scratch Buffers in IntelliJ IDEA

This article explains how IntelliJ IDEA's Scratch Files and Scratch Buffers let developers quickly create temporary, language‑aware snippets for Java code, JSON, HTTP requests, HTML, CSS, SQL, XML and more, improving productivity by avoiding context switches and external editors.

IDE TipsIntelliJ IDEAScratch files
0 likes · 6 min read
Using Scratch Files and Scratch Buffers in IntelliJ IDEA
Programmer DD
Programmer DD
Dec 30, 2022 · Fundamentals

30 Essential IntelliJ IDEA Tips to Supercharge Your Coding Efficiency

Discover 30 practical IntelliJ IDEA shortcuts and settings—from viewing code history and adjusting memory to leveraging AI-powered Tabnine, managing Maven dependencies, and customizing the IDE appearance—that can dramatically boost your development speed and streamline daily Java programming tasks.

IDE TipsIntelliJ IDEAJava development
0 likes · 13 min read
30 Essential IntelliJ IDEA Tips to Supercharge Your Coding Efficiency
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.

IDE TipsIntelliJ IDEAbreakpoints
0 likes · 8 min read
Advanced Debugging Techniques in IntelliJ IDEA: Log Evaluation, Field, Exception, and Method Breakpoints
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
Programmer DD
Programmer DD
Nov 19, 2021 · Backend Development

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

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

IDE TipsIntelliJ IDEAPlugins
0 likes · 8 min read
Boost Your Java Productivity: 15 Must‑Have IntelliJ IDEA Plugins & Settings
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
Architecture Digest
Architecture Digest
Aug 9, 2021 · Backend Development

Essential IntelliJ IDEA Plugins and Settings to Boost Productivity

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

IDE TipsIntelliJ IDEAPlugins
0 likes · 5 min read
Essential IntelliJ IDEA Plugins and Settings to Boost Productivity
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
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
Java Backend Technology
Java Backend Technology
Mar 9, 2021 · Fundamentals

Boost Your IntelliJ IDEA Productivity: Essential UI Tweaks and Shortcuts

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

IDE TipsIntelliJ IDEAJava development
0 likes · 7 min read
Boost Your IntelliJ IDEA Productivity: Essential UI Tweaks and Shortcuts
Senior Brother's Insights
Senior Brother's Insights
Dec 13, 2020 · Backend Development

Boost Your Java Productivity: Essential IntelliJ IDEA Tips and Tricks

This guide walks Java developers through high‑efficiency IntelliJ IDEA configurations, indispensable keyboard shortcuts, code‑template tricks, powerful debugging features, and a curated set of plugins, helping newcomers and seasoned programmers alike to work faster and smarter with the IDE.

IDE TipsIntelliJ IDEAJava development
0 likes · 7 min read
Boost Your Java Productivity: Essential IntelliJ IDEA Tips and Tricks
php Courses
php Courses
Dec 4, 2020 · Backend Development

Quickly Locate Source Files and Hide Methods in PhpStorm for Efficient Screenshotting

This article explains how to configure PhpStorm to automatically locate the source file of the currently edited code and hide its method list, walking through two solutions—including using the navigation circle feature and disabling method display in settings—to improve workflow efficiency for developers.

IDE TipsPHPSource Navigation
0 likes · 4 min read
Quickly Locate Source Files and Hide Methods in PhpStorm for Efficient Screenshotting
Programmer DD
Programmer DD
Nov 10, 2020 · Fundamentals

Boost Your Coding Efficiency with IntelliJ IDEA Scratch Files & Buffers

This article explains how IntelliJ IDEA's Scratch files and Scratch buffers let developers create temporary, runnable code snippets outside the project, avoid accidental Git commits, and quickly test Java or SQL without switching applications, enhancing focus and productivity.

IDE TipsIntelliJ IDEAJava development
0 likes · 6 min read
Boost Your Coding Efficiency with IntelliJ IDEA Scratch Files & Buffers
Top Architect
Top Architect
Oct 22, 2020 · Backend Development

Visualizing Java Servlet Inheritance Hierarchy with IntelliJ IDEA Diagrams

This guide explains 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 removing irrelevant nodes, inspecting class members, adding related classes, and navigating to source code.

Class DiagramIDE TipsInheritance
0 likes · 5 min read
Visualizing Java Servlet Inheritance Hierarchy with IntelliJ IDEA Diagrams
Architect's Tech Stack
Architect's Tech Stack
Oct 19, 2020 · Backend Development

Using IntelliJ IDEA Live Templates to Accelerate Java Development

This article explains how to leverage IntelliJ IDEA's Live Templates feature—including built‑in snippets, custom templates, variable functions, and advanced Groovy scripts—to quickly generate repetitive Java code such as loops, fields, loggers, beans, and context‑aware logging statements.

GroovyScriptIDE TipsIntelliJ IDEA
0 likes · 7 min read
Using IntelliJ IDEA Live Templates to Accelerate Java Development
Java Architecture Diary
Java Architecture Diary
Oct 13, 2020 · Backend Development

Master IntelliJ IDEA: Highlighting, Batch Replace, and Advanced Streams Debugging

This tutorial demonstrates how to use IntelliJ IDEA’s powerful features—including string highlighting with regex validation, batch replacement shortcuts, interactive Java Streams debugging, enhanced auto‑completion for stream APIs, and document block rendering—to boost productivity when developing Java applications.

Code RefactoringIDE TipsIntelliJ IDEA
0 likes · 3 min read
Master IntelliJ IDEA: Highlighting, Batch Replace, and Advanced Streams Debugging
Java Architect Essentials
Java Architect Essentials
Oct 11, 2020 · Backend Development

IntelliJ IDEA Tips and Configuration Guide: Maven Setup, Code Style, Shortcuts, Plugins, and More

This comprehensive guide details IntelliJ IDEA configuration and productivity tips, covering Maven setup, code line width, case‑insensitive completion, forced Maven dependency refresh, file‑type exclusions, shortcut customizations, plugin installation, memory settings, JSON injection, presentation mode, and numerous other settings to streamline Java development.

ConfigurationIDE TipsIntelliJ IDEA
0 likes · 12 min read
IntelliJ IDEA Tips and Configuration Guide: Maven Setup, Code Style, Shortcuts, Plugins, and More
Programmer DD
Programmer DD
Sep 14, 2020 · Backend Development

Master IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance

This guide shows how to use IntelliJ IDEA's diagram feature to clearly display inheritance and interface relationships of Java Servlet classes, remove irrelevant nodes, explore class members, add additional classes, and quickly navigate to source code, making backend code comprehension much easier.

Class DiagramIDE TipsInheritance
0 likes · 5 min read
Master IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance
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
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 13, 2020 · Fundamentals

Master IntelliJ IDEA: 33 Essential Tips to Boost Your Productivity

This guide compiles 33 practical IntelliJ IDEA configurations and shortcuts—from Maven setup and code‑style settings to presentation mode and inject‑language features—helping developers streamline their workflow, avoid common pitfalls, and enhance coding efficiency across Java projects.

IDE TipsIDE configurationIntelliJ IDEA
0 likes · 14 min read
Master IntelliJ IDEA: 33 Essential Tips to Boost Your Productivity
Architecture Digest
Architecture Digest
Dec 31, 2019 · Fundamentals

IntelliJ IDEA Tips and Tricks for Efficient Development

This article presents a comprehensive guide to IntelliJ IDEA, covering high‑efficiency configurations, essential shortcuts, code templates, debugging techniques, and recommended plugins, aiming to help both newcomers and experienced developers boost productivity and fully leverage the IDE’s powerful features.

IDE TipsIntelliJ IDEAJava development
0 likes · 13 min read
IntelliJ IDEA Tips and Tricks for Efficient Development
Python Crawling & Data Mining
Python Crawling & Data Mining
Dec 25, 2019 · Fundamentals

35 PyCharm Power‑Tips to Boost Your Python Productivity

This article shares 35 practical PyCharm shortcuts and features—including clipboard history, JSON formatting, Linux command integration, quick code refactoring, and Git version control—to help Python developers work faster and more efficiently, with step‑by‑step instructions and visual examples.

Code RefactoringGit integrationIDE Tips
0 likes · 7 min read
35 PyCharm Power‑Tips to Boost Your Python Productivity
Java Captain
Java Captain
Oct 26, 2019 · Fundamentals

Using IntelliJ IDEA Postfix Completion Templates for Faster Java Coding

This article introduces IntelliJ IDEA's powerful postfix completion feature, explains how to trigger it with a dot, and showcases ten ready‑made templates—including var declaration, null‑check, loop generation, and return statements—that let Java developers generate common code snippets instantly.

IDE TipsIntelliJ IDEAcode templates
0 likes · 2 min read
Using IntelliJ IDEA Postfix Completion Templates for Faster Java Coding
Programmer DD
Programmer DD
Aug 27, 2019 · Backend Development

Master IntelliJ IDEA: 30+ Essential Tips to Boost Your Java Development

This guide compiles over thirty practical IntelliJ IDEA tricks—from configuring Maven and code style to customizing shortcuts, managing plugins, optimizing performance, and leveraging advanced features like Presentation Mode and Inject Language—helping Java developers work faster and more efficiently.

DevelopmentIDE TipsIntelliJ IDEA
0 likes · 15 min read
Master IntelliJ IDEA: 30+ Essential Tips to Boost Your Java Development
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 10, 2019 · Fundamentals

Useful IntelliJ IDEA Tips and Shortcuts

This article presents a collection of practical IntelliJ IDEA tips—including bookmarks, import optimization, live templates, navigation, index exclusion, code formatting, navigation history, useful plugins, line movement, and line duplication—to help developers work more efficiently with the IDE.

IDE TipsIntelliJ IDEAproductivity
0 likes · 5 min read
Useful IntelliJ IDEA Tips and Shortcuts
Java Captain
Java Captain
Nov 1, 2018 · Backend Development

Tips for Reading Java Framework Source Code Using Eclipse IDE

This article shares practical Eclipse shortcuts—Quick Type Hierarchy, Open Call Hierarchy, and flexible debugging—to help developers efficiently navigate and understand Java middleware source code such as Spring and Dubbo.

EclipseIDE Tipsjava
0 likes · 5 min read
Tips for Reading Java Framework Source Code Using Eclipse IDE
Programmer DD
Programmer DD
Jun 15, 2018 · Fundamentals

Unlock IntelliJ IDEA: 14 Hidden Shortcuts to Supercharge Your Coding

This guide presents fourteen practical IntelliJ IDEA shortcuts—including navigation, code folding, bookmark management, and UI tweaks—explaining when to use them, common pitfalls, and step‑by‑step key sequences so developers can work faster and avoid common mistakes.

Code navigationIDE TipsIntelliJ IDEA
0 likes · 11 min read
Unlock IntelliJ IDEA: 14 Hidden Shortcuts to Supercharge Your Coding
Java Captain
Java Captain
Jun 11, 2018 · Backend Development

IntelliJ IDEA Tips: Keyboard Shortcuts and Tricks for Efficient Java Development

This article presents a collection of practical IntelliJ IDEA shortcuts and techniques—including custom key bindings, navigation shortcuts like ctrl+alt+h, alt+f7, and ctrl+shift+a—to help Java developers efficiently explore code, locate methods, manage tabs, and improve overall productivity within the IDE.

IDE TipsIntelliJ IDEAJava development
0 likes · 11 min read
IntelliJ IDEA Tips: Keyboard Shortcuts and Tricks for Efficient Java Development