Introduction
Package Control is a great tool to automatically install plugins for sublime text 3. I would love to share the way to install package control and some useful plugins.
Install Package Control
Open Sublime Text Three.
Find View in the top menu and choose “show console”.
You would see the console at the bottom.
Then copy the following code into the console.
Sublime Text Three:
|
|
Sublime Text Two:
|
|
Install Plugins
To install plugins, firstly open the package control from the “Preferences” menu.
Then type in “install”.
Wait a moment and you would find:
Type the code of your plugin and it would be automatically installed.
Some Useful Plugins
Here are some of the plugins I installed just to make sublime text more powerful.
Emmet - the must have for web developers as it automatically fills in most of the html structure for you.
LaTexTools - a tool for sublimetext to preview your LaTex in pdf with just a click.
markdown preview - a tool for you to preview your markdown code, just press crtl+shift+p and enter markdown you can preview your markdown code in your own browser.
You can find all the tools by the package install function you just installed.
That’s all.