Troubled with quickly locating variables or methods in VS2010? PHP editor Strawberry brings you a detailed guide, revealing how to use convenient shortcut keys and functions to easily find specific elements in your project. This article will guide you step by step, from basic to advanced techniques, to help you improve the efficiency of code navigation.
First we double-click the variable name or method name, then the variable name or method name is selected.
At this time, variable names or method names elsewhere in the code will also be highlighted.
Then you can also double-click the variable name or method name and press ctrl+f on the keyboard to bring up the search window
Search by clicking Next button to search
or create a bookmark for what you want to find and use the bookmark to find
At this time, the line where the variable is located Bookmarks appear
So you can find these variables through the bookmark tool on the toolbar
Follow the vs2010 described above for you (Visual Studio) Have you all learned how to quickly find variables or methods in detail?
The above is the detailed content of vs2010 (Visual Studio) Quickly find the detailed operation method of variables or methods. For more information, please follow other related articles on the PHP Chinese website!