Home > Article > Development Tools > How to compile notepad++ directly
Notepad has powerful plug-in management capabilities and can integrate and implement many functions. The NppExec plug-in can be used to directly compile and run code. The following method will be introduced
Open Notepad, find the plug-in in the toolbar, select plug-in management, display all plug-ins (recommended learning: notepad )
Select NppExec in the list, click Install below to enter the online download page
##After the download is completed, you will be prompted to restart to take effect. Click Yes
## Select execution, or shortcut key F6 to pop up the script writing box. Enter the content as shown below, click save, and name it
Take a simple Java code as an example, the effect is as shown below, compile and Run successfully
The above is the detailed content of How to compile notepad++ directly. For more information, please follow other related articles on the PHP Chinese website!