Home > Article > Development Tools > How to run code with vscode
For example, if we open a script file and want to execute the script file directly, we can open the command panel and run "Run Active File In Active Terminal" ), so that the script will run in the currently opened integrated terminal, as shown below:
We can also select a certain piece of code in the editor and then open the command Panel, run "Run Selected Text In Active Terminal" (Run Selected Text In Active Terminal), this code will be executed in the terminal, as shown in the figure:
More article tutorial recommendations: vscode tutorial
The above is the detailed content of How to run code with vscode. For more information, please follow other related articles on the PHP Chinese website!