Features of Free Portable PHP IDE:
- PHP, HTML, JavaScript, CSS code highlighting
- PHP, HTML, JavaScript, CSS code collapsing
- HTML autocomplete
- Autocomplete of tags, attributes for current tag, closing tags.
- HTML/CSS code inspector
- Inspector makes it simple to find HTML elements and their styles buried deep in the page.
- HTML toolbar
- CSS autocomplete
- Autocomplete of style property names and values.
- JavaScript Advanced autocomplete
- Autocomplete of keywords, DOM elements and their properties.
- PHP Advanced autocomplete
- This feature speeds up writing a code. Autocomplete includes wide selection of code completion listings.
- Lists are formed of both standard PHP and user’s classes, variables, functions, constants and keywords. Starting typing new element, lists of all possible variants for its completion are being displayed after $this-> and ClassName::
- PHP Debugger
The Debugger is a package of tools that allows a developer debug applications during developing process. Before running, you need to configure it. Set necessary values for the following options in Preferences menu (Tools–>Preferences–>Debugger):
Virtual folder – path to a virtual project folder
Virtual host URL – URL of a virtual folder
Path to php.ini – path to the php.ini file
Server – Apache version running on your computer. You need to select from the list, which displays all Apache versions installed on your machine.