Tag

IDE tips

0 views collected around this technical thread.

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

IDE tipsIntelliJ IDEAJava
0 likes · 13 min read
28 Essential IntelliJ IDEA Tips to Supercharge Your Java Development
Top Architect
Top Architect
Jul 15, 2024 · Fundamentals

Advanced Debugging Techniques in IntelliJ IDEA: Conditional Breakpoints and Evaluate Expression

This article explains how to use IntelliJ IDEA's advanced debugging features, including conditional breakpoints and the evaluate expression tool, with step‑by‑step instructions, practical code examples, and tips for efficiently locating and fixing Java runtime errors.

Conditional BreakpointEvaluate ExpressionIDE tips
0 likes · 12 min read
Advanced Debugging Techniques in IntelliJ IDEA: Conditional Breakpoints and Evaluate Expression
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
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 21, 2024 · Frontend Development

Comprehensive VSCode Configuration Guide for Enhanced Productivity

This article presents a detailed, step‑by‑step guide to optimizing Visual Studio Code with installation tips, essential extensions, and a collection of JSON settings that dramatically improve typing smoothness, code suggestions, window appearance, and overall development efficiency.

IDE tipsJSON SettingsVSCode
0 likes · 8 min read
Comprehensive VSCode Configuration Guide for Enhanced Productivity
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 IDEAJava
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 IDEAJava
0 likes · 15 min read
30+ IntelliJ IDEA Debugging Tips and Tricks to Boost Your Efficiency
Selected Java Interview Questions
Selected Java Interview Questions
Apr 7, 2024 · Backend Development

Advanced Debugging Techniques in IntelliJ IDEA for Java Developers

This article introduces IntelliJ IDEA’s advanced debugging features, such as conditional breakpoints and the Evaluate Expression tool, demonstrating how to set up and use them with Java code examples to quickly locate and fix runtime errors.

Conditional BreakpointEvaluate ExpressionIDE tips
0 likes · 7 min read
Advanced Debugging Techniques in IntelliJ IDEA for Java Developers
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 IDEAJava
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 IDEAJava
0 likes · 6 min read
Advanced Debugging Techniques in IntelliJ IDEA: Log, Field, Exception, and Method Breakpoints
Top Architecture Tech Stack
Top Architecture Tech Stack
Nov 16, 2023 · Backend Development

Essential IntelliJ IDEA Tips for Java Developers

This article presents a comprehensive collection of 28 practical IntelliJ IDEA shortcuts and configuration tricks—such as viewing local history, adjusting VM memory, adopting Eclipse keymaps, managing inspections, customizing templates, navigating code, and leveraging plugins—to dramatically improve Java development productivity.

IDE tipsIntelliJ IDEAJava
0 likes · 11 min read
Essential IntelliJ IDEA Tips for Java Developers
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
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 IDEAJava
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
Java Architect Essentials
Java Architect Essentials
Dec 24, 2021 · Fundamentals

Using Scratch Files and Buffers in IntelliJ IDEA: A Practical Guide

This article introduces IntelliJ IDEA’s Scratch files and Scratch buffers, explaining how they provide temporary, fully‑featured code or note containers that improve development efficiency by eliminating the need to switch between multiple tools.

IDE tipsIntelliJ IDEAScratch Files
0 likes · 6 min read
Using Scratch Files and Buffers in IntelliJ IDEA: A Practical Guide
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 IDEAJava
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 IDEAJava
0 likes · 5 min read
Essential IntelliJ IDEA Plugins and Settings to Boost Productivity
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