Code hint for classes not working in CS4
Moderator: General Moderators
-
marius_melbourne
- Forum Newbie
- Posts: 2
- Joined: Mon Feb 07, 2011 12:44 pm
Code hint for classes not working in CS4
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
I would start with the Dreamweaver manual: http://help.adobe.com/en_US/Dreamweaver ... 7bd7a.html
-
marius_melbourne
- Forum Newbie
- Posts: 2
- Joined: Mon Feb 07, 2011 12:44 pm
Re: Code hint for classes not working in CS4
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.