python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to compile scss to css in Sublime 4
I need some help with Sublime 4 please.
At the moment I use Prepros to compile my css.
I am trying to mimic the process of Prepros so i can us Sublime only.
I have:
installed the SASS package,
create...
Schalk Joubert
Votes: 0
Answers: 0
code does not work in sublime text when using function with "return" statement
I'm new to python programming, and as a beginner I want to start by using a code editor,
I choose sublime text 4 but I face this problem,
So help me please !
This is the code :
def return_string(your_...
The_Inquisitive
Votes: 0
Answers: 2
getting "Permission denied" while reading from file using custom C++ build in sublime text 4
I use sublime text 4 on macOS. I have a custom C++ build to read from a input.txt file in current file path. but when I run my custom build, it shows
bash: /Users/jigyansu_nanda/Downloads/CP/input.tx...
Jigyansu Nanda
Votes: 0
Answers: 0
Is there a way to pass a parameter to sublime text3 insert snippet using tab trigger?
Good day.. There is this thing I would like to do in snippet (Sublime Text 3), something like this.
<tabTrigger>CHOICE+VARIABLE</tabTrigger>
so that when I trigger something like
CHOICE5
i...
Jason Villa
Votes: 0
Answers: 0