Notepad has powerful plug-in management capabilities and can integrate and implement many functions. The NppExec plug-in can be used to directly compile code. The method is introduced below
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, the script writing box will pop up, enter the following As shown in the picture, click save and name it
Take a simple Java code as an example. The effect is as shown below. It is compiled and run successfully.
The above is the detailed content of Can the notepad++ plug-in compile code?. For more information, please follow other related articles on the PHP Chinese website!