Design and Edit PHP in Visual Studio 2005 using HTML Editor
Wednesday, July 26, 2006 8:32 PM
I love Visual Studio IDE. I love programming in PHP as well.
With Visual Studio 2005, I can now enjoy designing and editing PHP in its HTML Editor.
1. From the menu click on Tools | Options | Text Editor | File Extension.
2. In the Extension box, type "php"
3. In the Editor combobox, select "HTML Editor"
4. Click "Add".
There after all PHP files can benefit the rich features from the HTML Editor such as color coding and HTML designing.
I am writing this here because contributors/readers of CodeProject would never accept this in the main stream articles.
Six Rules for Sane Programming:
1. Don't write Threads
2. Don't write Servers
3. Don't create your own database
4. Don't trust user data
5. Minimise number of programming language
6. Minimise number of deployable files