6,333 questions
-3
votes
1
answer
66
views
How to "unset" colors when customizing an overly-specific Sublime Text Color Scheme?
What is being customized
When creating a color scheme for Sublime Text, to find the scope that defines the color for a portion of code, we can press Cmd Opt P (Mac) or Shift Ctrl Alt P (Win), to bring ...
0
votes
0
answers
35
views
Can't Get Sublime Text to Open Virtual Environment
I installed the module pynmcli with "python3 -m pip install pynmcli".
Using python in the commandline and activating the Virt Env I can import pynmcli successfully like so;
(.myenv) pi@...
0
votes
1
answer
38
views
In Sublime Text how to disable this lint popup triggered on file save?1
Recently this started popping up in some files, on file save, super annoying, appears in files that are notes but have bash syntax for easy reading.
Not sure what it is, why it started showing up.
How ...
0
votes
0
answers
40
views
Sublime: Shortcut to always run specific group or file
I Always work with 3 windows for run a Latex file, in a specific group using Tinitex or Knitr in R (Repl).
In group 3 include commands (set working directory and name file latex) to render or compile ...
2
votes
1
answer
27
views
Find keyword to limit within a method/function only not the whole file with sublime or other text editor
Good day,
I am using sublime text editor, is there a way to find a keyword within a specific function/method only?
for example, in my controller User.php, there are multiple functions inside it, now I ...
0
votes
0
answers
68
views
Examining variables in Sublime Text 3 with Xdebug
I've got the Xdebug plugin working with Sublime Text 3 (as well as the SFTP plugin), and I can successfully set breakpoints and have the Xdebug Context pane populate with every variable in my phpBB ...
0
votes
0
answers
21
views
Trying to syntax highlight HTML and Python in the same file. HTML syntax highlighting is not working
Hi I'm using the PackageDev package and Sublime Text 4189 to create a custom syntax file which will syntax highlight both Python and HTML. However, the HTML is not being highlighted and renders as ...
0
votes
1
answer
47
views
Sublime Text 3/4: copy/paste all text excluding comments
I use Sublime Text (Build 4189) writing code and JSON for Microsoft Power Automate.
The work is imported to Power Automate by copy/pasting it. It must be free of any comments. However, it is too ...
1
vote
0
answers
51
views
Sublime Text: Python module missing after update
I recently installed pandas through Anaconda and have been using it fine. I just updated my Sublime Text through the automatic update, and now Sublime Text cannot find my pandas.
I tried uninstalling ...
0
votes
0
answers
30
views
Why does my Sublime Text2 wrap prematurely when encountering some symbols like ).?
I have enabled the auto wrap feature. This function usually runs normally. But sometimes there may be some lines that break prematurely.Lines with black dots need attention.What can be done to solve ...
0
votes
0
answers
126
views
Sublime Text won't connect via SFTP, even though it works between same two machines via terminal
So for years I have had Sublime (ver. 3, licensed) SFTP into my server, MacOS to Ubuntu. I have touched nothing, other than regular Ubuntu updates on my server.
Suddenly trying to connect to the host ...
0
votes
0
answers
44
views
PhpStorm all text keywords completion
While working in Sublime Text, any text key, regardless of where, how, or in what type it is used, is automatically suggested for completion.
However, PhpStorm does not behave this way. It only ...
0
votes
0
answers
30
views
Sublime Text 3 doesn't react to inputs [duplicate]
To avoid any errors or unexpected results, I will explain my problem using this simple code:
number = int(input())
print(number)
Then I ran it. I typed a value, pressed Enter and... nothing happened.
...
1
vote
1
answer
99
views
Sublime Text is messing with Ruby syntax highlight when using Ruby regexes
The ruby syntax highlighting is not working properly when using regexes.
Here is the ruby syntax highlighting issue:
It looks like multiple issues are happening here.
It seems that it interprets ...
0
votes
1
answer
196
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 ...
