Questions tagged [package-control]

Package Control is the standard package manager for Sublime Text plugins and extensions, created by Will Bond.

Package Control is the standard package manager for Sublime Text plugins and extensions, created by Will Bond. https://packagecontrol.io

92 questions
0
votes
1 answer

Sublime Text 3 : How to remove Channel JSON URL

How to remove 'Channel JSON URL' from being permanently placed at the bottom of my sublime text editor. After installing package control I noticed this pinned to the bottom of the sublime
Faris Kapo
  • 346
  • 9
  • 30
0
votes
1 answer

How to disable Emmet entirely for a specific syntax in Sublime Text 3?

I have the Emmet package installed for Sublime Text 3 via Package Control. I do a lot of Markdown editing in Sublime, and I've noticed that as Markdown files get larger, inserting a tab by pressing my keyboard's Tab button gets slower and slower.…
0
votes
1 answer

How to configure "Hover Image Preview" package of sublime text 3

I just Installed this package https://packagecontrol.io/packages/Hover%20Image%20Preview with package control in sublime text 3 now I want to configure it as said in the link, can anyone tell from where I can configure the width and height??? this…
0
votes
0 answers

Unable to download Babel Snippets in Sublime

I am using Sublime Text Build 3126 for react-native development. When I tried to install babel snippets, getting following error, Package Control Unable to download Babel Snippets. Please view the console for more details. This git solution…
ThinkAndCode
  • 1,319
  • 3
  • 29
  • 60
0
votes
1 answer

How can I create a Sublime Package from a Snippet Collection?

I have a collection of Sublime Snippets. I want to make them easier to install / accessible for others via PackageControl. I found this link, but it is not very helpful. Most helpful would be a minimal package which does it, with instructions how to…
Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
0
votes
0 answers

Sublimetext 3 keybind to a specific command within PackageControl package

Is there a way to make a keybind to a specific package within package control? For example I'm using the plugin ActualVim and I'd like to be able to make a quick keybind to toggle enable disable it. As it is now I users have to open the package…
positivetypical
  • 55
  • 1
  • 1
  • 5
0
votes
1 answer

Why my Sublime Text 3 packages not working?

I have installed several packages. But suddenly things stopped working. Even package control itself. Also several preferences menu items are greyed out. There is nothing in ingnore_packages array. Here what I do, may be cause of this. I synced…
0
votes
0 answers

I can't install 'Package Control' in sublime text 3

I tried to install 'Package control' in sublime text 3, but I couldn't do it. I copied python code from "https://packagecontrol.io/installation#st3" When I pasted the code to sublime text 3 console, the package was not installed. ">>> import…
Inho Lee
  • 127
  • 1
  • 12
0
votes
0 answers

Possible conflict between Python 3 and Sublime Text 3

I installed Python 3 two days ago and since then I can't make Sublime Text 3 work properly. I'm not sure it's because of Python. Perhaps it has something to do with the PATH environment variable that Python overwrote - I can't tell. Or just some…
0
votes
1 answer

Sublime text 3 Package-Control won't install in windows 10

Installing package-control using console. It shows an error : PermissionError: [Errno 13] Permission denied: '0_package_control_loader.sublime-package' Need solution to avoid this error. Currently I'm using Windows 10.
0
votes
1 answer

Autocompletion list RESET when typing a dot on SublimeText

I implemented a SublimeText autocompletion plugin: import sublime_plugin import sublime tensorflow_functions = ["tf.test","tf.AggregationMethod","tf.Assert","tf.AttrValue", (etc....)] class TensorflowAutocomplete(sublime_plugin.EventListener): …
0
votes
1 answer

Sublime text highlighting for webpack

I want my webpack.config.js to highlight the right characters. How to do it in sublime? because my text is like this. and it doesn't highlight well the characters.
TheBAST
  • 2,680
  • 10
  • 40
  • 68
0
votes
0 answers

Subliem text3 AutoFileName: How to change it, that it will add width and heigth attributes in Sublieme text 3

A year ago I had a snippet that adds the attributes width and height when I inserted a IMG. Do you know that snippet? Or is there a way to make it? Example: But I want this to be the result:
0
votes
1 answer

Unable to Manually Add New Packages to Sublime Text 3

I'm new to using Ubuntu. I installed Sublime Text 3 and Package Control. I'm trying to install SideBarEnhancements but can't figure out how. Instructions say to clone the directory from github into the Packages folder but when I try to do this,…
nethanger1
  • 11
  • 4
0
votes
1 answer

How do you reopen messages.json in Sublime Text (3)?

I read packagecontrol.io's doc regarding messages.json, but what I'm referring to is the file tab that sublime text typically displays upon a new package install. It appears as a continuous roll of installation notes throughout multiple…