Install sublime-text3 tool instructions

1. Now install the sublime text3 package and log in to the website (Xixi Software Park):
https://www.cr173.com/soft/55484.html

2. After downloading to the local, it is a compressed package sublimetext3.zip. After decompression, there are two folders, one is x64 and the other is x86. If the computer is 64-bit, use x64, if it is 32-bit, use x86

3. Configure the local server localhost: 8080
1. First log in to Baidu cloud, my network disk, learning resources, download the channel_v3.json file, link: https://pan.baidu.com/s/1t1dxh0e199GMTUAvXeXabQ Extraction code: dfmg Copy this Open the Baidu network disk after the content, for example, put it on the local E disk, the path is: "E:/Sublime-text3-anzhuangdizhi/channel_v3.json",
and then open the sublime text3 software, preferences -- "Package Settings --> Package Control-->Settings-User, open this file, add a json statement in this file:
"channels":
[
    "E:/Sublime-text3-anzhuangdizhi/channel_v3.json"
],
and save

The following 4-7 steps can refer to the website, there are detailed graphic tutorials:
https://jingyan.baidu.com/article/fc07f989b0dfc812fee51975.html

4. Open the "Tools"-"Control Panel, or the shortcut key Ctrl+shift+p to enter the installation panel, enter install, and select the "Package Control: Install Package" that appears,

5. Then we only need to enter the plug-in name "sublimeserver" and click on the first search result, the plug-in will be installed automatically, just wait for a while!

6. Then, under "Tools" in the menu, you can find the "SublimeServer" startup function, click "Strat SublimeServer" to start the server.

Note: You need to add a project (folder) on the left to start the server, otherwise this function will not appear

7. After starting the server, we need to run the html static page in the server, we can not use "Open In Browser", but use "View In SublimeServer"

Then it will automatically open the system default browser to run the file

"channels":
    [
        "E:/Sublime3-chajian-2021/channel_v3.json"
    ],

 

Guess you like

Origin blog.csdn.net/spring_007_999/article/details/121966908