IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
IntelliJ IDEA 2020.1.1, the first bug-fix update for the new major release of IntelliJ IDEA is now available. Update to the new version from the IDE, with the Toolbox App, or use snaps if you are an Ubuntu user. You can download this new version directly from our website. You’ll find the followin…
This is a guest blog post from Iván López, one of the core members of the Micronaut and Grails development team at OCI In November 2019, IntelliJ IDEA introduced support for Micronaut, making it even easier to build fast, lightweight microservices and serverless applications with the framework. A…
IntelliJ IDEA 2020.1, the first major update this year, has just been released! This new version adds support for Java 14 and new features for a number of web and test frameworks. It also upgrades the debugger with dataflow analysis assistance, adds a new LightEdit mode, downloads and configures the…
IntelliJ IDEA 2020.1 Release Candidate is now available! Just to give you quick heads up! This build requires a license for IntelliJ IDEA Ultimate. This new build adds some final finishing touches to the release. Check out all the recent blog posts related to the upcoming major version, or…
IntelliJ IDEA 2020.1 Beta has just been updated. While this build mostly polishes the new features for the upcoming v2020.1, there are a couple of improvements that we haven’t already announced. Code Vision Store Run Configurations as files Code Vision We have taken our first steps toward …
IntelliJ IDEA 2020.1 goes Beta today! This means we’ve packed the upcoming v2020.1 release full of all the major things planned, and we are now polishing everything and fixing bugs. To remind you of the key highlights, v2020.1 adds support for Java 14, downloads and sets up Java for you, adds the…
IntelliJ IDEA 2020.1 EAP has just been updated. The new build can render Javadocs right in the editor and enables you to create and split terminal sessions, vertically or horizontally, multiple times. In-editor Javadocs rendering Split terminal sessions vertically/horizontally In-editor Javad…
IntelliJ IDEA 2020.1 EAP was updated today. This post explains some of the recently added changes and different minor improvements. Commit tool window & Commit dialog Install Git from the IDE New Java inspections Auto-import of settings Commit tool window & Commit dialog Many o…
The latest IntelliJ IDEA 2020.1 EAP build was released today. The new EAP upgrades IntelliJ IDEA Ultimate with a whole bunch of improvements for Spring WebFlux, OpenAPI & Swagger Codegen, Micronaut, message brokers, and the HTTP client. This post will cover all the updates in detail. Spring …
IntelliJ IDEA 2020.1 EAP was updated today. This update provides an easier and more discoverable way to perform the Rename and Change Signature refactorings. You no longer need to deal with a cumbersome modal dialog to change the signature of a method or a class. Simply edit the parameters of a c…
IntelliJ IDEA 2020.1 EAP was updated today. The new EAP upgrades IntelliJ IDEA Ultimate with new goodies for Spring and RxJava, and adds other improvements. Read on for the details. Spring improvements Request mappings for Spring WebFlux Improved support for Spring Profiles Inspecti…
We have Java Dataflow Analysis (DFA), which is able to derive facts about your program: possible exceptions, conditions that are always true/always false, and more. It performs an abstract interpretation of the source code, allowing it to gather information about the code execution before the code i…