Menu
  • HOME
  • TAGS

Package Manager not in Sublime Text 3

sublimetext3,package-control

OK, I tried reinstalling Sublime. It didn't change anything, but I then went in and deleted the Sublime Text 3 folder, which contained package manager files and package files. This file wasn't changed during the reinstall. I then was able to start from scratch, reinstall package manager and can now...

Determining which version of a plugin is installed in Sublime Text 3?

sublimetext2,sublimetext3,sublime-text-plugin,package-control

In the command palette search for "Package Control: List Package" There you will see v<version number> under the package name.

coffeescript syntax highlighting now showing up in sublime text 2

sublimetext2,package-control

Open a .coffee file, then go to View -> Syntax -> Open all with current extension as... -> CoffeeScript. Now, any time you open a CoffeeScript file it should have the correct syntax highlighting.

Sublime Text Package Control search not work properly

sublimetext,sublimetext3,package-control

The most likely explanation is that you already installed ColorPicker at some point, and this is the reason it's not showing up in the searches you do via the Command Palette, such as using Package Control: Install Package. Go to Preferences -> Package Settings -> Package Control -> Settings-User and...

Launching Sublime Text from virtualenv

python,sublimetext2,virtualenv,pylint,package-control

If you have installed pylint into your virtualenv, editing the project-file like this should fix it "settings": { "pylinter": { "python_bin": "path/to/your/virtualenv" } } See: https://github.com/biermeester/Pylinter#project-settings and https://github.com/biermeester/Pylinter/issues/4...