Home > Article > Development Tools > How to display directory in notepad
Although Notepad does not have as many functions as eclipse and cannot automatically compile, one thing is that eclipse lags far behind it, the structure of the code. Notepad's code looks very comfortable at first glance, and the functions can be clearly distinguished when the mouse clicks on the brackets. This is my favorite feature. Unfortunately, Notepad does not have its own directory structure browsing function. You need one A file opens by itself.
#Installing the Explorer plug-in can solve this problem. (Recommended learning: notepad use)
Download the Explorer plug-in, copy the obtained dll program to the plugins directory of the Notepad installation directory, then open the Notepad plug-in ( plugins) menu, enter the Plugins>pluginManager> check Explorer> click Install (or reinstall), confirm to restart immediately, After that, the plug-in will be installed, and you will see an additional search magnifying glass on the menu bar folder icon (see the picture below), click it, and the directory tree will appear.
The above is the detailed content of How to display directory in notepad. For more information, please follow other related articles on the PHP Chinese website!