Home>Article>Development Tools> How to display running results in sublime
Display running results in Sublime Text
Sublime Text is a popular text editor that provides a variety of methods for displaying running results.
Method 1: Using the Console Window
CtrlAltC(Windows) orCommandOptionC(macOS) Open a console window.Step 2: Use theprintstatement to print the results in the code. For example:
print("Hello, world!")CtrlEnter).Method 2: Use the Quick Panel
Ctrl~(Windows ) orCommand~(macOS) to open the Quick Panel.Enter).Method 3: Use third-party plug-ins
CtrlEnter).Tip:
The above is the detailed content of How to display running results in sublime. For more information, please follow other related articles on the PHP Chinese website!