Thursday, July 6, 2006

VS.PHP (2) - Class browser

One more cool feature of VS.PHP is the class browser. The class browser parses php files and shows the list which includes the name of classes, properties and methods. We can jump into the specified position by clicking the list. Plus, you can search with the keyword.
VS_class_browser01
Yes, you can use the class browser as well as C++, C# and etc. And, the pulldown menu to select class and method is available.
VS_class_browser02
Nobody want to fool away time for moving cursor. This function is convenient to the file which includes plural classes. After you selected the class, you can select the method of the class.
VS_class_browser03
Good tools make us happy!

No comments: