See clearly ~~ This is not the version of sublime Text 3, but the installation of the two is still different. The following method is relatively simple, and other commands are too complicated, the test result is OK.
Close sublime Text 3 first:
Step 1: Download sublime_package_control-master.zip and decompress the package control folder. (Case Sensitive)
Step 2: Download sublime_package_control-python3.zip, decompress the package, and overwrite the package control to update the plug-in API functions.
Step 3: Open sublime Text 3 and select preference --> browse package... browser plug-in.
Step 4: copy the package control to this directory and restart sublime Text 3.
In the preferences menu, two more package items are displayed: Package control is successfully installed.
Step 5:
Choose preference> package control.
Click Install package
Wait a few seconds and the following content will pop up. Press Emmet on the keyboard and select as follows:
After Emmet is installed, the following screen is displayed: pyv8 is automatically installed, and sublime Text 3 is restarted.
The search box does not contain Emmet-related content. Manually put the Emmet plug-in the folder opened in step 3. Download The Emmet plug-in>
Test:
After the restart, you will see the loading pyv8 prompt again in the lower left corner. After loading is complete, open a new document and test it. Enter the command (if not, restart it again)
Ul # test> li * 4
Press Ctrl + e to generate ---
<ul id="test"> <li></li> <li></li> <li></li> <li></li></ul>