Fundamentals 5 min read

What’s New in IntelliJ IDEA 2019.2? Performance Boosts and Smarter Features

The article reviews IntelliJ IDEA 2019.2, highlighting its JDK 13 support, smarter code hints, duplicate code detection, structured search, folder‑specific settings, cursor navigation tweaks, Tab shortcuts, large‑file handling, improved class creation dialogs, file size/time display, refined debugging windows, tighter Git integration, performance analysis tools, and overall UI enhancements, all illustrated with screenshots.

Java Backend Technology
Java Backend Technology
Java Backend Technology
What’s New in IntelliJ IDEA 2019.2? Performance Boosts and Smarter Features

Idea 2019.2 Preparation

Idea 2019.2 official release was on July 24, 2019. This article summarizes the new version based on the official blog and personal understanding: better performance, improved experience, and more perfect detail handling.

Support JDK 13

Smarter Hints

For example, the previously recorded "Universal Key alt‑enter" now provides smarter hints in IDEA 2019.2, showing the reason and shortcut when the cursor is on the line.

Duplicate Code Detection

Duplicate code detection works even when variable names differ.

Structured Search

Structured search remembers previous queries, so you don’t need to re‑search each time.

Folder‑Specific Configuration

Each folder can have its own formatting configuration (see EditorConfig at https://editorconfig.org).

Cursor Word‑Movement Configuration

You can configure how the cursor moves to the next word.

Tab Smart Shortcuts

When writing code, pressing Tab can jump out of quotes or parentheses.

Auto‑Wrap Selected Code with " or {

Note: Before 2019.2 this setting had to be enabled manually; now it is on by default.

Large File Optimization

IDEA 2019.2 opens large files more smoothly.

New Class Dialog Optimization

The new class creation dialog looks different.

File Size and Timestamp Display

Use the shortcut shown below to display file size and modification time.

Result:

Debug Window Harmony

Better Git Integration

Performance Analysis

IDEA 2019.2 Performance Improvements

Loading speed, project startup, editing, and other operations have been optimized.

Debug

The icon style is more user‑friendly.

Plugins

The plugin marketplace has changed, allowing unified settings for all plugins.

Note: Some examples are still pending due to time constraints; GIFs will be added later.
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.

Debuggingcode analysisproductivityIntelliJ IDEAIDE Features
Java Backend Technology
Written by

Java Backend Technology

Focus on Java-related technologies: SSM, Spring ecosystem, microservices, MySQL, MyCat, clustering, distributed systems, middleware, Linux, networking, multithreading. Occasionally cover DevOps tools like Jenkins, Nexus, Docker, and ELK. Also share technical insights from time to time, committed to Java full-stack development!

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.