"Edit Configuration...", configure the run parameters and press Ctrl+Shift+F10 to run; 2. Use Run the tool window, enter the command and click the "Execute" button. WebStorm provides prompts related to the runtime environment to simplify configuration."/> "Edit Configuration...", configure the run parameters and press Ctrl+Shift+F10 to run; 2. Use Run the tool window, enter the command and click the "Execute" button. WebStorm provides prompts related to the runtime environment to simplify configuration.">
Home > Article > Development Tools > How to run code in webstorm
There are two ways to run code in WebStorm: 1. Use the run configuration to right-click the file or directory, select "Run" > "Edit Configuration...", configure the run parameters and press Ctrl Shift F10 Run; 2. Use the run tool window, enter the command and click the "Execute" button. WebStorm provides prompts related to the runtime environment to simplify configuration.
How to run code in WebStorm
There are two main ways to run code in WebStorm:
1. Run Configuration
In the "Run/Debug Configuration" dialog box, configure the running parameters, for example:
2. Run tool window
Running code prompts
FAQ
The above is the detailed content of How to run code in webstorm. For more information, please follow other related articles on the PHP Chinese website!