Here’s how to open Google Chrome in Sublime Text: Install Package Control and install the “Browser” package through it. Configure the Browser package and add the path to Google Chrome. In Sublime Text, open the link by pressing the shortcut key (Ctrl B or Cmd B) and selecting "Google Chrome" in the browser list.
How to open Google Chrome in Sublime Text
The method to open Google Chrome in Sublime Text is as follows :
Step 1: Install Package Control
Step 2: Configure the Browser package
<code>"Google Chrome": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"</code>
Step 3: Open the browser
Ctrl
B
(Windows) or Cmd
B
(Mac). Now you can use Sublime Text to open links directly in Google Chrome.
The above is the detailed content of How to open Google Chrome in sublime. For more information, please follow other related articles on the PHP Chinese website!