Microsoft Visual Studio 2005 en Visual Studio 2008 kunnen worden gebruikt om in een aantal verschillende talen, zoals c++, c#, f# en VB.NET, applicaties te ontwikkelen. Er zit echter standaard geen ondersteuning in voor de scriptingtaal PHP. Aangezien verschillende ontwikkelaars de interface van Visual Studio erg handig vinden of er gewend aan zijn geraakt, hebben de programmeurs van Jcx.Software hier VS.Php voor bedacht. Dit is een add-on voor Visual Studio waarmee php-bestanden bewerkt, uitgevoerd en gedebugd kunnen worden. Enkele dagen geleden is versie 2.6.2.5375 op de wereld gezet met de volgende veranderingen:
Major Changes:Minor Changes:
- Project-wide intellisense support
- Drag and drop files in solution view
- IIS7 integration for creating, debugging PHP applications on IIS7
- Handle very large projects with ease (10000+ files)
- Improved bracket matching support with custom background color
- Zend Framework 1.7.3
- Intellisense has two tabs, one for frequently used items and one for project wide items
- Add more flexibility in customizing color coding of PHP tokens
- Numerous performance improvements
- Fix issues with updater on x64 systems
- Use PHP CGI for built-in Apache for increased stability
- Add MS SQL Server PHP module to the list of available modules for intellisense and built-in preview engine
- Include PHP 5.2.6 and PHP 4.4.9
- Include $argv and $argc for globals
- Show disconnected overlay icon when there is no local copy of the file.
- Speed up the solution refresh command, in particular which very large projects.
- Allow remote server project wizard to continue even if the wizard fails to run phpinfo on the remote server to collect server information.
- Many bug fixes!