Page 1 of 1

Code hint for classes not working in CS4

Posted: Mon Feb 07, 2011 12:49 pm
by marius_melbourne
Can anyone tell me how Dreamweaver CS4 can show code hints for a php class. For example if I declare variables and methods within a class and I type $this-> then the code hint should show the list of variables and methods within that class. Ctrl+space does not show it.

Re: Code hint for classes not working in CS4

Posted: Mon Feb 07, 2011 4:10 pm
by Jade
I would start with the Dreamweaver manual: http://help.adobe.com/en_US/Dreamweaver ... 7bd7a.html

Re: Code hint for classes not working in CS4

Posted: Wed Feb 09, 2011 3:07 am
by marius_melbourne
I looked everywhere, CS4 is just not suited for my coding needs. I find Zend Studio to be the best php editor by far when coding an MVC (Model-View-Controller) style project.