Batch plugin installed sublime

Copyright: the voice of experience, I do not know whether the change package spicy bar, and the other, please indicate the source. https://blog.csdn.net/zhezhebie/article/details/90756857

Every reinstall the system or replace the computer, reinstall the plug-in is very troublesome, and then locate the following way, you can batch install plug-ins:

方法一:Package Control:Advanced Install Package

Here Insert Picture Description
Appears at the bottom of the input box is selected, the packages to be installed in double quotes,

Here Insert Picture Description

"Blade Snippets", "ChineseLocalizations", "ConvertToUTF8", "DocBlockr", "Emmet", "Expand Selection to Quotes", "HTML-CSS-JS Prettify", "Insert Nums", "Laravel 5 Artisan", "Laravel 5 Snippets", "Laravel Blade Highlighter", "OmniMarkupPreviewer", "Package Control", "PHP Companion", "PhpDoc", "phpfmt", "SublimeLinter", "SublimeLinter-php", "Vintageous", "Vuejs Complete Package"

Press Enter!

Method two: directly into the package control configuration file, the name of the package you want to install writes installed_packages , you can restart the sublime.

{
	"bootstrapped": true,
	"channels":
	[
		"https://raw.githubusercontent.com/HBLong/channel_v3_daily/master/channel_v3.json"
	],
	"in_process_packages":
	[
	],
	"installed_packages":
	[
		"Blade Snippets",
		"ChineseLocalizations",
		"ConvertToUTF8",
		"DocBlockr",
		"Emmet",
		"Expand Selection to Quotes",
		"HTML-CSS-JS Prettify",
		"Insert Nums",
		"Laravel 5 Artisan",
		"Laravel 5 Snippets",
		"Laravel Blade Highlighter",
		"OmniMarkupPreviewer",
		"Package Control",
		"PHP Companion",
		"PhpDoc",
		"phpfmt",
		"SublimeLinter",
		"SublimeLinter-php",
		"Vintageous",
		"Vuejs Complete Package"
	]
}

Method three: Direct now has a backup package file:

Preference> Browse Packages into the package installation directory:
Here Insert Picture Description
Backup Installed Packages and two Packages folder. After use the time to cover the direct pull over.
Here Insert Picture Description

Guess you like

Origin blog.csdn.net/zhezhebie/article/details/90756857