Fundamentals 4 min read

What’s New in IntelliJ IDEA 2020.1 EAP 2? Debugger, Zen Mode, and More

IntelliJ IDEA 2020.1’s second early‑access build introduces data‑flow analysis for debugging, recursive‑call collapsing, a revamped Commit tool window, Zen Mode for distraction‑free coding, and LightEdit for quick file edits, all aimed at enhancing developer productivity.

Programmer DD
Programmer DD
Programmer DD
What’s New in IntelliJ IDEA 2020.1 EAP 2? Debugger, Zen Mode, and More

IntelliJ IDEA 2020.1’s second early‑access build has been released, bringing debugger and profiler improvements, a new Commit tool window, and Zen Mode.

Data‑flow analysis assistance for the debugger

When debugging Java code and hitting a breakpoint, the IDE runs data‑flow analysis based on the current program state and shows possible exceptions and conditions that are always true or false.

Collapsing recursive calls

IDEA can now detect recursive calls higher in the stack and suggests extracting them from the call‑tree, allowing developers to focus on resource‑intensive methods. Recursive calls are shown with a new special icon in the Call Tree tab.

New Commit tool window

The 2020.1 release adds a new tool window for the Commit UI, containing “Local Changes” and “Shelf” tabs. It consolidates all commit‑related tasks such as reviewing diffs, selecting files or hunks, and writing commit messages.

Zen Mode

Zen Mode combines Do‑Not‑Disturb and full‑screen modes to eliminate distractions and let developers focus entirely on code. Activate it via View | Appearance | Enter Zen Mode or the quick‑switch dialog (Ctrl+` | View mode | Enter Zen Mode).

LightEdit mode

LightEdit provides a lightweight editor for opening and editing files without creating or loading a project, catering to users who want IntelliJ IDEA to serve as a general‑purpose text editor. The simplest way to try LightEdit is to open a file from the command line.

Download address: https://www.jetbrains.com/idea/nextversion

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

IntelliJ IDEAdebuggercommit UILightEditZen Mode
Programmer DD
Written by

Programmer DD

A tinkering programmer and author of "Spring Cloud Microservices in Action"

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.