Home > Article > Development Tools > How to use notepad++ dual view function
When using notepad development tools to develop projects, if too many files are opened at one time, it will cause a lot of inconvenience in file search and project development, and time will be wasted invisibly. Find in the file. (Recommended learning: NotePad )
(We should make good use of the dual -view function provided by the NotePad development tool to us, divided into two regional development to improve development efficiency.
Step one:First, open the notepad project development tool. On the menu bar, we can see many functions that notepad provides us, as shown in the following figure:
Step 2: Here Ozawa uses the snatch.php file as an example: move the mouse to the top of the snatch.php file, then right-click, right A menu will pop up, find "Move to another view", click "Move to another view" :
##Step 3: After clicking to move to another view, you will find that the development area is divided into two views, which is very convenient for development and search.
If you want to return to a view area for development, the method is also very simple. Repeat the second step to switch to a development view area. If you want to display the same file on both sides at the same time, the method is as follows:At the top of the file, right-click and find "Copy to another view" and click " Copy to another view" to display the same file in two view areas at the same time :
The above is the detailed content of How to use notepad++ dual view function. For more information, please follow other related articles on the PHP Chinese website!