Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/NewIn70"

< PDT
(Created page with "We fixed / closed COUNT bugs in this release! This release is a part of '''2019.12''' (18/12/2019) === General === === Composer === === Editor === === Debugger ===...")
 
Line 4: Line 4:
  
 
=== General ===
 
=== General ===
 +
 +
* PHP 7.4 Support [https://eclip.se/551301 bug 551301]
 +
  Arrow Functions
 +
  Typed Properties
 +
  Spread Operator in Arrays
 +
  Null coalescing assignment operator
 +
  Underscores in numeric literals
  
 
=== Composer ===
 
=== Composer ===
  
 +
* Improved refresh BuildPath command
  
 
=== Editor ===  
 
=== Editor ===  
  
 +
* Code Assist performance improvements
 +
* Faster and more precisely Code Assist for anonymous functions and traits
  
=== Debugger ===
+
=== PHPUnit ===
  
 +
* Improved PHPUnit 8.4
 +
* Performance improvements during execution
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===

Revision as of 04:03, 2 December 2019

We fixed / closed COUNT bugs in this release!

This release is a part of 2019.12 (18/12/2019)

General

 Arrow Functions
 Typed Properties
 Spread Operator in Arrays
 Null coalescing assignment operator
 Underscores in numeric literals

Composer

  • Improved refresh BuildPath command

Editor

  • Code Assist performance improvements
  • Faster and more precisely Code Assist for anonymous functions and traits

PHPUnit

  • Improved PHPUnit 8.4
  • Performance improvements during execution

Full bugs list for this release cycle

 7.0.0 - https://projects.eclipse.org/projects/tools.pdt/releases/7.0/bugs

Previous News&Noteworthy page

 6.3.0 - https://wiki.eclipse.org/PDT/NewIn63

Back to the top