python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
New and trying to get python set up with Sublime Text
I've been trying for the past few hours now to get sublime text to work with python but it just keeps giving me the same message.
Python was not found; run without arguments to install from the Micros...
DamagedTexas
Votes: 0
Answers: 0
Sublime Text 4 editing code, showing a procedure in a new view
Whilst editing some code (Python in my case), a local procedure name can be right-clicked and goto definition chosen. Is it possible to have the procedure displayed in a new view beside the current v...
Chris
Votes: 0
Answers: 1
In Sublime Text, How to change the default Python build system?
I have .py script open in sublime text that I would like to run using ctrl+B.
The script to test is simply printing the python version and location:
import sys
print("Current Python version"...
stallingOne
Votes: 0
Answers: 2
Sublime Text - spell check does not work for .txt files (while working for other files)
Sublime Text - spell check does not work for .txt files (while working for other files).
Why? How to fix? Any ideas?
Also: in a new file (not yet saved) the spell check works. However, after the file ...
pmor
Votes: 0
Answers: 1