771 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
80
views
The Sublime Text package "rainbow_csv" has the wrong color palette
I've installed the Sublime Text Package "rainbow_csv", but the colors are all wrong.
It's not "rainbow" at all - just muddy colors, with a grey that blends into the background like ...
0
votes
1
answer
213
views
How to Exclude Specific Files (like .env) from GitHub Copilot (LSP-copilot) in Sublime?
I'm using GitHub Copilot with Sublime Text, integrated via lsp-copilot. I want to configure it so that Copilot does not provide suggestions for specific files, such as .env or some.txt, while still ...
0
votes
1
answer
109
views
Sublimetext - Go / Templ Syntax (2 Syntax in one File)
I would like to have a Sublime Text Plugin/Syntax for Templ Files.
Its already supported for a few IDEs like:
VSCode
nvim
vim
Emacs
its my first Sublimetext Plugin and im kinda Stuck. So here is ...
0
votes
1
answer
662
views
CodeGPT Sublime Text Plugin
I recently developed a ChatGPT plugin for Sublime Text, which is designed to enhance the coding experience by enabling users to directly send snippets of code along with specific questions to ChatGPT. ...
-1
votes
1
answer
147
views
custom url generator to open links in browser other than default - beginner, assistance greatly appreciated
unsure if this is classified as a duplicate due to other posts asking about this with different languages or ide's etc.
i am trying to set up an automatic internet shortcut creator/opener, and this ...
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.
...
1
vote
1
answer
113
views
How to set different colors each rows based on the number of spaces?
I want to change the text color to red on a line if it has 4 spaces, blue color if it has 8 spaces, 12 spaces to green and so on. I'm using .YAML format to achieve this, but the text always set to red ...
0
votes
1
answer
458
views
How do I set Node path (Homebrew) for Sublime Text Prettier plugin configuration so it survives Node updates?
I have Node installed via Homebrew. The path is /opt/homebrew/Cellar/node/21.1.0.
I've installed the Prettier Sublime Text plugin (JSPrettier) which requires the Node path to be defined. Defining it ...
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 ...
0
votes
0
answers
48
views
Sublime text 4 plugin development: memory copy problem
I am creating a plugin for sublime 4 on Ubuntu 22.04. The plugin uses pyclip (https://pypi.org/project/pyclip/) to copy text from the "clipboard" and perform certain formatting functions on ...
1
vote
0
answers
42
views
Toggle comment color in Sublime Text
Since I write a lot of comments in my code I would like to toggle color of them. They can be default color(grayish) while I'm looking at the code, but when reading and writing them I would like to ...
1
vote
1
answer
505
views
LSP-gopls in Sublime Text creates go directory in $HOME instead of a custom location
I am using Sublime Text with the LSP-gopls plugin for Go development and I have a custom GOPATH set: $HOME/Code/go instead of $HOME/go.
However, every time I run Sublime Text, the directory go/pkg/mod/...
0
votes
0
answers
324
views
How to run C# in Sublime Text 3 in Windows
I wanted to run C# in Sublime Text3, so I have installed sc"scriptcs" But when I am running code terminal types
"scriptcs" �� ���� ����७��� ��� ���譥�
��������, �ᯮ��塞�� �ணࠬ��� ��� ...
0
votes
1
answer
622
views
sublime text plugin help: How to output to console using print in python
I am using a plugin in sublime text called Sidebar Enhancements.
One of its functionality has some issue. So i added few print statements in the source code of the plugin
I am not able to see the ...
-1
votes
1
answer
81
views
How do I set up comment highlighting in CSS?
(https://i.sstatic.net/2jAFj.png)
A comment that starts with @
(https://i.sstatic.net/Zri42.png)
You need to highlight it in green, like here
How to do it? Preferably through a custom plugin.