Why do you think of using vs2005?
First, I feel how powerful VS is when developing .net applications or asp.net. . . . . I have always missed it
Secondly, vs is a very comprehensive editor, and even pictures can be opened and edited directly. It is very convenient for people like me who have complicated work and complicated languages. (Although vs can also develop Java programs, it is far inferior to eclipse).
In addition, zend studio and eclipse, which are developed in Java, do not have as refreshing interfaces as VS. It also feels less responsive when used.
Let’s take a look at my interface first:
1. Code editing window. Color scheme, I like eclipse's default color scheme very much. So I configured it with reference to eclipse. It’s beautiful, right?
2. Project Explorer, lists all the project File.
3. Class view, here is the list of classes in the project. For today's object-oriented development, it is still very convenient.
This is just a small panel. When you want to search, you can also open the object manager. It can be more convenient. And double-click to go to the page and line where the code is located and edit it.
4. When there are too many codes in a file, is it common to find a method? Take a look at vs~, there is a list of methods automatically, and it’s over in just one minute. This is my favorite feature.
5. Are you developing it? Of course there must be code prompts.
By the way, what else? Of course, there are many more.
1. It is possible to debug PHP in VS.
2. VS can debug js and set breakpoints for js
3. http://www.mysql.com/windows. After installing a driver, you can directly manage the mysql database in vs.
4. Of course, there are also some advantages of vs itself, such as the ability to set up external tools. For example, you can set the .tpl template file to Dreamweaver for editing. Set psd jpg gif to photoshop to edit.
How about it? It can be regarded as a good php IDE, right?