Home > Article > Development Tools > How to run input in sublime
There are three ways to run code containing input in Sublime Text: Press the F5 key and select a build system. Select the build system via the Tools tab in the menu bar and press Ctrl B (Windows/Linux) or Cmd B (Mac). Install the "Input Runner" plugin and run the code through the command palette.
How to run input in Sublime
Sublime Text is a popular code editor that offers many method to run code containing input. Here's how to do it:
1. Use the F5 key
2. Using the Build System
3. Use the plug-in
The above methods all allow you to run code containing input in Sublime Text. Which method to use depends on your personal preference and workflow.
The above is the detailed content of How to run input in sublime. For more information, please follow other related articles on the PHP Chinese website!