My dream IDE contains complete code hints, explains and complements PHP, Javascript, HTML and CSS. I know that it exists!
still Zend studio 6 , in the Eclipse IDE environment it does a great job with a hint of PHP, some Javascript and HTML, in any way can I extend this?
edit: a little more information: right now, using zend-6 under the eclipse, I'm typing
<?php p //(a single letter "p")
and I get a hint hint with all available php functions that start with "p" (phpinfo (), parse_ini_file (), parse_str (), etc.), each with its own explanation: phpinfo () → "displays a lot of information about PHP, "the same goes for regular HTML (no explanation, however).
However, I get nothing when I do:
<style> b /* (a single letter "b") */
I would like it if I could get from this sentence "b" for "border", "bottom", etc. The same goes for javascript.
Any ideas?
code-completion zend-studio
mauriciopastrana
source share