Thursday, October 22, 2015

How to install packages in Sublime



  1. Open https://packagecontrol.io/installation and select the content under the tabs based on your Sublime (Sublime Text 2 or Sublime Text 3)
  2. Open your Sublime, press (Ctrl + `) in Windows.
  3. In the console (the console shows up as a single gray line at the bottom of the sublime), enter the copied text and hit enter.
  4. Sublime may ask you to restart Sublime couple of times, and please do so.
  5. Once the above steps are done, you are good to access and install any packages.
  6. Press Ctrl + Shift + P and type Install Package.
  7. Enter the name of a package that you want to install, for example...SublimeLinter, and select it.
  8. The plugin gets installed automatically.
  9. That's pretty much it!

No comments:

Post a Comment