Home > Article > Development Tools > How to open sublime with browser
To use the browser to open a file in Sublime Text, just: 1. Open the file; 2. Place the cursor in the file and press the Ctrl Alt B (Windows) or Command Option B (Mac) shortcut key That’s it.
Open the file using a browser in Sublime Text
If you wish to open the file directly in the Sublime Text editor , you can use the following steps:
Step 1: Open the file you want to open
Step 2: Open the file using a browser
Ctrl
Alt
B
(Windows) or Command
Option
B
(Mac) shortcut keys. By using this shortcut, Sublime Text will open the current file in your default web browser.
Additional options:
<code>"sublime-text-browser": "/Path/To/Browser"</code>
Will/Path/To/Browser
Replace with the path of your custom browser.
in the shortcut key Shift
key. The above is the detailed content of How to open sublime with browser. For more information, please follow other related articles on the PHP Chinese website!