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/NewIn71"

< PDT
(INIT)
 
Line 5: Line 5:
 
=== General ===
 
=== General ===
  
* Use standard F2 (show information) action in PHP Editor
+
* Use standard F2 (show information) action in PHP Editor [#536870 https://eclip.se/536870]
 +
* Add filter field to Override/Implement and Getter/Setter dialog [#539314 https://eclip.se/539314]
  
 
=== Composer ===
 
=== Composer ===

Revision as of 17:52, 3 January 2020

We fixed / closed COUNT bugs in this release!

This release is a part of 2020.03 (18/03/2020)

General

Composer

Editor

  • Code Assist performance improvements
  • Improved anonymous class code assist
  • Override method (with stub) Code Assist
  • Organize use statements no longer incorrectly removes statements that are only used in comments
  • New Code formatter's: add whitespace options missing concatenation operator

Project Explorer

  • Disable refactoring in Project Explorer outside buildpath - support inline refactoring for normal resources

PHPUnit

API


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