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

PDT/NewIn37

< PDT


General

  1. PHP 7 is default version for new workspaces
    Pdt37 php7.jpg
  2. Improved Code Assist performance for files with many assignments bug 484183
  3. Restored Call Hierarchy feature - bug 482899
  4. Improved Code Assist inside phpdoc @param @return and @throws - bug 486111 bug 486159
    Pdt37 ca1.png Pdt37 ca2.png
  5. Improved Code Assist for unfinished class and method bodies - bug 459947
  6. Usage validator is case insensitive - bug 476655
  7. Improved external files support - bug 479073 bug 332741 bug 484763 bug 479139
  8. PHP quick fixes are available in Problems View - bug 485250
    Pdt37 quickfix.png

Editor

  1. Improved code folding - bug 443379 bug 486018
  2. Improved deprecation highlighter for inherited members - bug 479073


Debugging

  1. Breakpoints works with linked resources - bug 240553
  2. Fix xdebug debugging via SSH tunnel - bug 478402

Other

  1. Task list was added to PHP perspective - bug 462644
  2. Improved Save As dialog for Untitled PHP File - bug 479235
  3. PHP Explorer refresh operation no longer block eclipse interface - bug 318960
  4. Support for PHP exception breakpoints - bug 483694
  5. Support for OSX alternative PHP executables - bug 460926

Adopters/Extenders

  1. PDT was migrated to workbench preference service - bug 460365
  2. VarComment have correct source location in DOM AST - bug 481528
  3. Ability to disable debug daemon startup via system properties - bug 477013

Full bugs list for this release cycle

 3.7.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.7/bugs

Previous News&Noteworthy page

 3.6.0 - https://wiki.eclipse.org/PDT/NewIn36

Back to the top