IntelliJ IDEA 2019.3 delivers major performance and usability improvements, including faster startup, easier installation of theme and keymap plugins, enhanced VCS workflows, and adds support for microservices frameworks, MongoDB and more.
One of the major performance improvements in this release is that startup times are shorter than ever. We have introduced substantial architectural changes to parallelize some of the tasks the IDE performs at startup so that they are not performed sequentially.
In IntelliJ IDEA 2019.3, we have optimized performance to reduce peak memory consumption when importing large Gradle projects.
We have managed to fix over 1600 UI freeze reports you’ve submitted to us. Apart from these, we’ve fixed issues with editing POM.xml files in Maven projects, where completion suggestions are now displayed without any delays. Other fixes have resulted in faster processing of VCS status updates in large projects, better handling of ignored files, faster rendering of the project tree, better performance when working with a large number of editor or debugger tabs, and more speedups.
This release brings lots of improvements for Java type inference, which not only fix various editor freezes but also speed up Java type inference for long method call chains. The ‘Join Lines’ action works faster when applied to multiple lines. You’ll also experience accelerated highlighting for Java code, especially when it comes to methods with generic var-args into which dozens of arguments are placed.
IntelliJ IDEA 2019.3 bundles Kotlin 1.3.60, which provides some impressive speedups such as faster highlighting in the editor.
One of the major performance improvements in this release is that startup times are shorter than ever. We have introduced substantial architectural changes to parallelize some of the tasks the IDE performs at startup so that they are not performed sequentially.
In IntelliJ IDEA 2019.3, we have optimized performance to reduce peak memory consumption when importing large Gradle projects.
A small but very valuable improvement we’ve made is to scrolling, which is now much smoother when done using the mouse wheel.
Now, when you import, create, or open an sbt or Maven project, IntelliJ IDEA will automatically set it up for you, so you no longer need to configure the settings manually.
In the intention actions dialog, the IDE now shows all available intention actions by default, even after you’ve chosen an action and closed the dialog.
We’ve extended support for Java 13 text blocks: they are formatted automatically when inserting a third quote.
With IntelliJ IDEA 2019.3, you can inject more template languages into your code, specifically Pug (ex-Jade), Handlebars, EJS, and Slim.
There’s now a simple way to view the hierarchy of a selected field by calling the new ‘Field Call Hierarchy’ action with Ctrl+Alt+H.
When you hover the mouse over a symbol highlighted by an inspection, now you can have the popup also display the error, in addition to showing code reference information. To enable this, select ‘Show quick documentation on mouse move’ in Settings/Preferences | Editor | General.
To eliminate confusion, the newly renamed ‘Checkout’ action called on a remote branch now creates a new local branch, checks it out, and sets tracking to the upstream. We’ve also added a ‘New Branch from Selected’ action for local and remote branches, which creates a new local branch and checks it out, but doesn’t set tracking to any remote branch.
Another time-saver you’ll be glad to discover is that you no longer need to check out a branch to push it – you can simply select a branch in the Git branches popup and push it from there.
We’ve reworked the ‘Clone’ dialog to unify the UI for getting projects from different VCS hosting services. If you’re already logged in to your VCS, the IDE displays a list of available repositories that you can choose from, so you no longer need to enter a repository URL.
Now when a conflict occurs during a merge, rebase, or cherry-pick operation, you can get more information about the source of the changes displayed in the Merge dialog. Simply click the ‘Show Details’ link to get the list of commits that led to the resulting code state.
To help keep your IntelliJ IDEA projects technologically relevant, version 2019.3 adds initial support for Micronaut, Quarkus, and Helidon. You can enjoy full coding assistance, navigation, inspections, find usages, and other goodies if you employ a microservice-based architecture for your Java projects.
We’ve introduced support for Swagger v2 and OpenAPI v2, which provides validation by schema, as well as code completion, navigation, find usages, and the Rename refactoring in YAML/JSON files containing API descriptions.
The brand-new ‘Endpoints’ tool window provides an aggregated view of both client and server APIs used in your project for HTTP and Web Socket protocols. What is more, you can extend the view to all projects currently opened in IntelliJ IDEA.
View the full list of Web Flux URL mappings in the MVC view in the Spring tool window, navigate between them, and benefit from coding assistance, search, and the Rename refactoring for URLs and URL segments.
IntelliJ IDEA 2019.3 brings URL support in the following Java HTTP client APIs: java.net.{URI/URL}, Retrofit v2, OkHttp v3, and Injectable URL reference. Coding assistance, navigation, find usages – everything you’re used to in Java is now available for HTTP clients.
Take advantage of inspections for Java and Kotlin Reactor projects, which report thread-blocking method calls detected in code fragments where a thread should not be blocked. The IDE will also warn you about the potential return of null from lambda operators of Flux and Mono methods. On top of that, there’s a dedicated Reactor debug mode that provides a helpful view of the reactive stack frames and intermediate variable values.
IntelliJ IDEA 2019.3 comes with long-awaited MongoDB support. After you’ve added a MongoDB data source, view collections and fields in the database explorer, run queries, and review query results. We’re going to extend MongoDB support in future releases.
Plus fixes for 1679 issues affecting a total of 3904 votes!