Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Package Control: Install Package missing in Sublime Text 3

I'm trying to install the babel plugin for Sublime Text 3. I followed the instruction here: https://packagecontrol.io/installation

I restarted Sublime Text and when I hit ctrl + shift + p and type 'package' I should see 'Package Control: Install Package'. But this is not appearing in the list.

enter image description here

What can I do? I have already removed 'package_control' from the 'ignored_packages' setting...

I also tried downloading the zip file from https://github.com/babel/babel-sublime and placing in sublime-text-3/Installed Packages. Still no joy

like image 690
Mark Avatar asked Oct 09 '17 17:10

Mark


People also ask

Where is sublime-package control?

Install the Package Control package Go to http://wbond.net/sublime_packages/package_control/installation & copy the long command there. Open the Sublime Text 2 console by pressing Ctrl+`. Paste the command you copied into the Sublime Text console. Press Enter.

How do I enable packages in Sublime Text?

Steps for Installing Package Control (Sublime Text 3):Open the Command Palette: Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (OS X). Type 'install' in the Command Palette input box, which should autocomplete to 'Install Package Control. ' Press Enter to select it. Sublime Text 3 will start installing Package Control.


1 Answers

Following the instructions from this article has fixed the problem for me.

In a nutshell:

  • Preference -> Settings
  • Remove "Package Control" from the ignored_packages entries (heads up for commas if it is the last entry)
  • Restart Sublime
like image 93
hbo Avatar answered Sep 21 '22 01:09

hbo