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
Ctrl
Alt
C
(Windows) orCommand
Option
C
(macOS) Open a console window.Step 2: Use theprint
statement to print the results in the code. For example:
print("Hello, world!")
Ctrl
Enter
).Method 2: Use the Quick Panel
Ctrl
~
(Windows ) orCommand
~
(macOS) to open the Quick Panel.Enter
).Method 3: Use third-party plug-ins
Ctrl
Enter
).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!