Early Access Program Features News

IntelliJ IDEA 16 EAP is Open

With Christmas around the corner, we have prepared a small gift for you: a sneak peek at IntelliJ IDEA 16. Starting today we’re switching to the cycle that includes several “average” releases per year, supported by bugfix updates (instead of having one major release per year followed by one minor update).

To start things off, we’re opening the IntelliJ IDEA 16 EAP which brings you a few goodies to make you a little happier.

v16_splash

IntelliJ IDEA 16 adds the support for RTL languages (Arabic, Hebrew) to the editor.

editor_rtl

The IntelliJ IDEA project model is finally aligned with that of Gradle and supports custom source sets, by resolving dependencies between individual source sets. This improvement fixes a great number of issues.

gradle_sourcesets

Also, IntelliJ IDEA now can resolve EAR artifacts defined in your build scripts and configures them automatically in the Project Structure.

gradle_ear

When you run a Gradle task, now you can toggle the view mode between tree and text output:

gradle_toggle

When you debug the code compiled without debug info, you will be provided with better name matching, and allowed to set and evaluate values for slot variables.

debug_slots

The debugger is now aware of that your current thread is being blocked by another suspended thread, and suggests to resume it.

debug_threads

Merging with Git and other VCS got a little bit easier with the added by-word difference highlighting.

vcs_merge

The Checkout Tag or Revision action is now applied to all repositories configured for the project.

For those who would like to migrate their Guava code to Java 8 APIs, we’ve added a number of quick-fixes that help to replace FluentIterable, Function, Optional, and Predicate with Java 8 analogues.

guava_quick_fixes

The last but not least, the Android Studio 1.4 features are now available in the IntelliJ IDEA 16 EAP. Android Studio 1.5 and further updates will be included soon.

Stay tuned for more details on these and other new features. Meanwhile, don’t forget to share your feedback in our discussion forum and the issue tracker.

UPDATES:

  • With IntelliJ IDEA 16 EAP IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8.

Develop with Pleasure!

image description