I am using sublime text 2. I have successfully installed Package Control. Now that Package Control is installed, how do I go about installing packages?
Asked
Active
Viewed 1.1k times
5
-
1you could try reading [the docs](https://sublime.wbond.net/docs)... – MattDMo Oct 25 '13 at 21:41
2 Answers
18
On a mac use cmd + shift + p
(or click Tools -> Command Palette
) and type install
into the dropdown menu. It should bring up Package Control : Install Package
. Hit enter and start typing the name of the package you wish to install.

AGS
- 14,288
- 5
- 52
- 67
0
Installing Packages on sublime3:
Press Ctrl+Shift+P
Then type install and select first option Package control: Install Package
Then type package name
and select the first option.
It will install in few moments.
Edit: The first option package name is Package name
as pointed out in the comments below.
Then select Installed packages
Syntax.
View > Syntax > Babel > Javascript

Mr Singh
- 3,936
- 5
- 41
- 60