Lanzamientos de IntelliJ IDEA

Released: Aug 1, 2017

Actualizaciones en 2017.2.1

Características

  • Java
    • Smart completion - Chain Completion, which was available on the second call of Smart Completion, gets even better. Now the suggestions are displayed after the first call of Smart Completion, and they’re sorted by how frequently they’re used in the project. This feature works only for Java and requires the project to be built with the IDE’s (not Gradle’s) compiler. Smart Completion is now aware of builder classes in the project and suggests their usage where relevant.
    • Control...

Released: Jun 6, 2017

Actualizaciones en 2017.1.4

Características

  • The default size of the code completion popup is now configurable.
  • Spring: on external system import, Spring facet is now created automatically.
  • Switch results tab when editor tab is switched.
  • Added shortcut for Switching attached console.

Correcciones

  • 5+ minutes synchronize after remove of 11k files.
  • Download Sources not working after 2017.1 update.
  • Idea doesn't close properly some project windows.
  • High CPU usage due to Component.setCursor.
  • No JaCoCo coverage for multi module...

Released: Mar 21, 2017

Actualizaciones en 2017.1

Características

Java

  • Java 9 - The update brings support for the upcoming Java 9 and its new module system. The IDE supports the latest versions of JDK, helps import projects, and offers coding assistance when editing module declarations. A built-in inspection validates module declarations and provides a quick-fix to adjust the project dependencies accordingly when necessary.
  • Java 8 - The quick-fixes introduced earlier, which help migrate for loops to Stream API calls, have been improved and now...

Released: Nov 22, 2016

Actualizaciones en 2016.3

Características

  • Refactoring to Java 8 - Extends existing inspections to support non-trivial cases.
  • JVM Debugger - Has been extended with Class-level Watches and JVM Memory View, a new plugin that lets users explore objects in the JVM heap during a debug session.
  • Code Editor - Extended with Parameter Hints that show method parameters names for passed values that are literals or nulls, and Semantic Highlighting, a highlighting mode that uses unique colors for each parameter and local variable...

Released: Oct 18, 2016

Actualizaciones en 2016.2.5

Características

  • Support for macOS Sierra.

Correcciones

  • Resource bundle should be associated to file even written in constant.
  • Squashed tree widget on Windows theme on HiDPI monitor.
  • IAE at com.intellij.openapi.components.ServiceManager.getService.
  • Can't debug Android apps after update: This application does not have the debuggable attribute enabled in its manifest.
  • SQL Sybase dialect Incorrect syntax error on merge statement.
  • UI Freezes after maven build ends.
  • When editing in find result...

Released: Jul 12, 2016

Actualizaciones en 2016.2

Características

Debugger

  • Variables merged with Watches.
  • Multiline expressions in breakpoint’s Condition and Evaluate and log, and Data Type Renderers.
  • Try and return statements in Evaluate Expression.

Version control

  • Log for Git and Mercurial now loads data in the background, gets a handy loading progress indicator and a shortcut to navigate to the filter field.
  • Unversioned files in Commit dialog.
  • Case-only rename in Git for Windows and OS X.
  • Patches can now be applied from the clipboard or by...

Released: May 16, 2016

Updates in this release

Updates in 2016.1.2b

  • An important update for all IntelliJ-based IDEs - This update addresses critical security vulnerabilities inside the underlying IntelliJ Platform. The vulnerabilities, in various forms, are also present in older versions of the IDEs; therefore, patches for those are also available.
  • Built-in web server vulnerabilities - The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without...

Released: Mar 18, 2016

Updates in this release

Updates in 2016.1

Debugger

  • Groovy Expressions - Now when debugging a Java application, you can use Groovy expressions with Evaluate Expression and Watches.
  • Threads - Until now, stepping over one thread meant IntelliJ IDEA would also resume all the other threads. Now you can change this behavior by enabling the “Resume Only Current Thread” option.
  • Source Mismatch Detection - The IDE now immediately warns you once it finds a mismatch.
  • Debugging Without Debug Info - When you debug code compiled...

Released: Nov 4, 2015

Updates in this release

Updates in 15

  • Debugging Lambdas - If your breakpoint has a lambda expression, the IDE asks you where exactly you'd like to stop. When you use Step Into or Run to Cursor, the IDE stops at the corresponding lambda expression.
  • Force Return - With the new Debugger action called Force Return, you can force a return from the current method without executing any more instructions from it.
  • Improved UI for Testing - The entire test runner tool window has been created from scratch to provide a unified...

Released: Sep 21, 2015

Updates in this release

Updates in 14.1

  • Decompiler - The built-in decompiler has been extended with full debugger capabilities.
  • Refactorings - Added new refactorings around the Call Hierarchy including Change Signature, Safe Delete Parameter, Make Method Static and Safe Delete.
  • Code Generation - Define and use your custom templates for generating “equals/hashCode” and “getters/setters” methods.
  • Distraction Free Mode - When you need to just focus on the code, use the brand new Distraction Free Mode. No toolbars, no tool...