97 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
129
views
Sublime Text 4 - Debugger keybinds
After installing the Debugger package (https://github.com/daveleroy/SublimeDebugger; https://packagecontrol.io/packages/Debugger) in Sublime Text 4, I couldn't find instructions in the documentation ...
-1
votes
1
answer
63
views
Secure channel error when installing packeges in Sublime Text
I am trying to install some packages in sublime text but when i click on a package to install it, it fails and this error appears in the console: Secure channel error, server not providing SSL.
Is ...
0
votes
0
answers
37
views
How to fix that Sublime Text runs a wrong file from its command terminal?
I have 2 .py files that called tag_to_top.py and color_changer.py. Each file is contained in their individual package folders so they are completely separated. They have different file directories.
...
0
votes
1
answer
189
views
Sublime cannot find the module in order to run the package. (importError no module named ___)
I've cloned 2 repositories from the Github pages which are HyperHelpAuthor and HyperHelpCore to run a package called SnAPI. But Sublime Text keeps throwing an error that can't handle on my own.
...
0
votes
1
answer
34
views
What is the name of this package(plugin) in Sublime Text?
The feature is, when an user hovers the mouse cursor on a specific word, Sublime Text shows up a small display box with few informations which contain a file extension and a scope name of the word.
I ...
4
votes
1
answer
952
views
How to set Package Controller in Sublime when it seems inactivated
Desired output:
I would like to set Sublime Text 4 on my new MacOs with all my favourite plugins.
As already done with previous machines, I was about to install Package Control as described here https:...
0
votes
1
answer
114
views
Sublime Text won't install EasyClangComplete
On attempting to use package control to install EasyClangComplete in sublime text 3 on gentoo, I got the following error:
Package Control: The dependency 'pygments' is not currently installed; ...
0
votes
1
answer
589
views
Problem to install Package Control on Sublime Text 3
I want to install the Package Control. So I, after opening ST3, clicked on the "Tools" tab then on "Install Packages Control ...". The message asking me to open the Command Palette ...
0
votes
1
answer
385
views
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
1
vote
1
answer
387
views
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 ...
1
vote
1
answer
1k
views
How to log commands that are run through command palette in Sublime Text 3
I know that commands can be logged by going to the console View -> Show Console and typing
sublime.log_commands(True)
However, the commands that are run through the command palette are not logged,...
0
votes
1
answer
426
views
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 ...
0
votes
0
answers
428
views
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 ...
0
votes
1
answer
25
views
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 ...
0
votes
0
answers
171
views
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. ...