Home  >  Article  >  Backend Development  >  PHP development tools vs2005 diagram_PHP tutorial

PHP development tools vs2005 diagram_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:53:21867browse

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?
PHP development tools vs2005 diagram_PHP tutorial
2. Project Explorer, lists all the project File.
PHP development tools vs2005 diagram_PHP tutorial
3. Class view, here is the list of classes in the project. For today's object-oriented development, it is still very convenient.
PHP development tools vs2005 diagram_PHP tutorial
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.
PHP development tools vs2005 diagram_PHP tutorial
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.
PHP development tools vs2005 diagram_PHP tutorial
5. Are you developing it? Of course there must be code prompts.
PHP development tools vs2005 diagram_PHP tutorial
PHP development tools vs2005 diagram_PHP tutorial
PHP development tools vs2005 diagram_PHP tutorial
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?

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/318713.htmlTechArticleWhy 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, even drawing...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn