Setting up VS.Php for Drupal
Posted August 8th, 2008 by jermjerm
I have a couple of questions. I'm using Visual Studio 2008 and working with Drupal. How can I get VS.Php to recognize all of the Drupal functions? Also, how can I get .module files to open with the php editor? Thanks!


I would add the files in the
I would add the files in the include directory to the user references.
Regarding .module, go to tools->options->text editor->file extensions
You can associate .module with VS.Php there.
OMG, I had been told a
OMG, I had been told a couple of times about the tools->options->etc->etc...
But i could never find it. I just noticed the "Show All Settings" check box. I feel dumb. :(
Adding all of the include directory and all of the default module files as references worked great. Thanks