IntelliJ IDEA 2019.1.2

Released: May 8, 2019

Atualizações na 2019.1.2

Recursos

Flash_Flex

  • Run/Debug AIR Mobile config for iOS Simulator to allow configuring a Simulator device.

JavaEE.JBoss

  • WildFly: Allow to configure connection timeout to management API.

Packaging and Installation

  • Publish modules required to build IntelliJ IDEA from sources as Maven artifacts.

Platform API

  • Provide an annotation which may be used to mark public elements which must not be used from external plugins.

JavaScript. Frameworks

  • Create-react-app: option to generate project with TypeScript.

Unit Tests

  • Detecta  test runner if it's installed but not listed directly in package.json.
  • Use arrow function when generating Jasmine suite/spec with ES6 language level.

Data Views

  • Show SQLite ROWID field in Table Editor.

SQL General

  • Mysql function LATERAL is regarded to as unknown

SQL Highlighting

  • SQL Inspection: group by and aggregate functions - bad code is green
  • PostgreSQL: expressions at having not from group by or aggregate functions are green.
  • PostgreSQL: aggregate functions not at select result list or having clause are green.