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) or Command
Option
C
(macOS) Open a console window. Step 2: Use the print
statement to print the results in the code. For example:
print("Hello, world!")
Ctrl
Enter
). Method 2: Use the Quick Panel
Ctrl
~
(Windows ) or Command
~
(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!