Home  >  Article  >  Development Tools  >  How to open Google Chrome in sublime

How to open Google Chrome in sublime

下次还敢
下次还敢Original
2024-04-03 08:30:13917browse

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

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

  • Open Sublime Text.
  • Select the "Package Control" menu.
  • Select "Install Package".
  • Enter "Browser" in the search bar.
  • Install the "Browser" package.

Step 2: Configure the Browser package

  • Open Preferences > Package Settings > Browser > Browser.sublime-settings in Sublime Text .
  • Find the "browsers" setting.
  • Add the following lines:
<code>"Google Chrome": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"</code>
  • Replace the path with the actual location of Google Chrome on your computer.

Step 3: Open the browser

  • Place the cursor on the text in Sublime Text that you want to open the link.
  • Press Ctrl B (Windows) or Cmd B (Mac).
  • Select "Google Chrome" to open the link.

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn