PHPEdit has been designed to maximise your productivity helping you to develop code easily, efficiently and much faster. You will find highly valuable tools integrated into PHPEdit which includes syntax highlighting, code collapsing, code completion, code hint, real-time syntax checking, token match, and many more.
PHPEdit is going even further assisting you in your web development and enhancing your productivity. We have also integrated various code generation functionalities to help you such as templates, PHPDoc documentation generation, method overriding and implementing.
Syntax highlighting
PHPEdit offers syntax highlighting for many languages including PHP, HTML, CSS, Javascript, SQL, XML, XSLT, etc…
This allows you to quickly understand your code, and navigate through it.
PHPEdit allows supports contextual highlighting: in “mixed languages” files, where PHP, HTML, CSS, etc… are mixed together, PHPEdit only highlights the language you are currently editing, and the other language(s) in gray.
Code completion
PHPEdit parses your files in background to understand your code, and be able to offer you smart code completions. It knows what classes you are using, and suggests you possible methods, functions, variables, etc…
It also works in others languages:
HTML for tags and attributes;
SQL for table & field names;
Etc…
Code insight allows you to code faster by only typing a few characters instead of the whole names, and also prevents you from typing errors.
Real time syntax checking
PHPEdit uses PHP to parse your code while you type, to show you syntax errors automatically.