Working with projects

VS.Php enables you to create projects and solutions for Php applications. A solution is a collection of projects which can be of any type supported by Visual Studio. Php projects follow a directory structure. The project node will show the contents of the directory it is located. You can decide which files are included in the project and which ones don't. This allows to better manage the project as well as the deployment function

Benefits of using VS.Php projects

  • Integration with source code control
  • Use references and user references for better intellisense support
  • Debug your script
  • Deploy your web application using network file share, Ftp or Sftp
  • Manage large collections of files with ease
  • Class browser support