Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

PHPedit ver.2.4

Posted By: useros
PHPEdit owns one of the best syntax highlighting available because we do not only match part of text like other editors, we parse all your code in the background to understand what it means. This imply that the IDEis able to know that a quote is either a string delimiter, a special char if it is prefixed by a backslash or simply a quote if it's inside an heredoc string. To say it short the IDE understand what you do and provide highlighting the best way it can to present you the most accurate information.

PHPEdit is also able to work with all other file type you use when working on your projects (Css, Javascript, SQL, XML, XSLT…)