"Include" and "Require" functions in PHP documents not working in DW CS5 - Need Help
In Dreamweaver CS4 when you typed include (" or require (" in a PHP document it would cut you off and give you the choice to manually type the file location or choose to browse for it. It looked like the image below:

In Dreamweaver CS5, which I recently updated too, when include (" or require (" is typed this function does not occur any more. Dreamweaver does not give you the ability to browse for a file and create the path for you like before. This is troublesome because I require on a lot of PHP and hand typing relative paths is time consuming and risky.
Using Insert > PHP object > Include also does not allow me to browse for the file like before.
Am I missing something in the new version? And does anyone know how to fix the problem? I was thinking (And I know its possible but I don't know how to do it) that we could use the code from DW CS4 that handled this before and add it into DW CS5 - since it seems they took it out or forgot it.