Posted by & filed under Programming.

The new version of the greatest PHP IDE is officially out!! Here is the official list of key features:

PHP Debugging enhancements

  • Settings Wizard provides an easy to use, simple UI to help you start debug PHP scripts in any environment
  • Support for multiple Parallel debugging sessions. You can debug multiple PHP Scripts simultaneously and switch between debugging sessions using View->Debug windows->Debug sessions:
  • Support for the debugging of nested calls (PHP Scripts calling PHP Script)
  • Support for debugging of PHP CLI scripts

New CSS and PHP editing tools

  • CSS code navigator. New CSS mode is added to PhpED’s Code Navigator. Clicking on the elements of CSS tree places the cursor on the corresponding line of CSS code, making CSS editing really easy. Learn more about CSS Code Navigator
  • CSS Preview. Added by popular demand, CSS Preview feature lets you see how your CSS elements are displayed in the browser while you are editing the file in the Editor. Learn more about CSS Preview
  • CSS Code Folding. PhpED users have long enjoyed state of the art PHP Code Completion and other PHP Editor Tools provided in the IDE. CSS Code Folding and Code completion enables the same functionality for CSS files. PhpED Code Folding automatically detects and marks CSS Elements and allows you to mark and collapse any part of the text in the Editor. Learn more about CSS Code Folding and Code completion in PhpED 5.6!
  • Added by popular request: triple click is used for line selection, if double click selects a word. You can also start selection with double click, similar to Notepad.

Leave a Reply

  • (will not be published)