Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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
Line 11: Line 11:
 
   Null coalescing assignment operator
 
   Null coalescing assignment operator
 
   Underscores in numeric literals
 
   Underscores in numeric literals
 +
* Formatter improvements [https://eclip.se/552887 bug 552887] [https://eclip.se/551632 bug 551632] [https://eclip.se/551622 bug 551622]
  
 
=== Composer ===
 
=== Composer ===
Line 20: Line 21:
 
* Code Assist performance improvements
 
* Code Assist performance improvements
 
* Faster and more precisely Code Assist for anonymous functions and traits
 
* Faster and more precisely Code Assist for anonymous functions and traits
 +
* Support search by "Resource in active editor" in PHP Editor [https://eclip.se/553112 bug 553112]
 +
* Improved boolean type detection for generated PHPDoc property [https://eclip.se/553378 bug 553378]
 +
 +
== Project Explorer ==
 +
 +
* Removed duplicated "Show In" menu entry [https://eclip.se/552168 bug 552168]
  
 
=== PHPUnit ===
 
=== PHPUnit ===
  
* Improved PHPUnit 8.4 support
+
* Improved PHPUnit 8.4 support [https://eclip.se/530722 bug 530722]
 
* Performance improvements during execution
 
* Performance improvements during execution
 +
 +
== API ==
 +
 +
* Entire CodeAssist and TypeInference API has been marked as internal
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===

Revision as of 04:10, 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
  • Support search by "Resource in active editor" in PHP Editor bug 553112
  • Improved boolean type detection for generated PHPDoc property bug 553378

Project Explorer

  • Removed duplicated "Show In" menu entry bug 552168

PHPUnit

  • Improved PHPUnit 8.4 support bug 530722
  • Performance improvements during execution

API

  • Entire CodeAssist and TypeInference API has been marked as internal

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