So when I’m asked, “How can I integrate my PHP IDE with Team Foundation Server?”, my first response *should* be, “Why not use Visual Studio instead?” That’s an idealistic reply, admittedly. There are several great tools out there for PHP development, with followings that would collectively shudder at the thought of *having* to use Visual Studio.
PhpED by NuSphere is a popular PHP development tool. It boasts (among a lot of other things) the ability to plug-in to various version control systems, although it comes set up to leverage CVS. There’s not much documentation out there to explain how exactly to tie into other version control systems besides CVS. So what about Team Foundation Server?
The fast answer? Use the TFS Power Tools, more specifically the Windows Explorer extension.
Read More...