Fixing Zend Studio for Eclipse Code Assist with SVN projects

For whatever reason, when adding a project from SVN without first creating the PHP project, you lose code assist.

Found a very useful post that addressed this, with a pretty simple fix by editing the .project file:

Change buildCommand name to:
org.eclipse.php.core.PhpIncrementalProjectBuilder

And natures to:
org.eclipse.php.core.PHPNature

Refresh/Rebuild and Zend/Eclipse will once again be as helpful (or annoying) as ever.