Answers for "sublime text as console text editor"

C
0

is sublime text a good editor

/*
Yes, it is.
Sublime text is probably the go-to editor
if you want to learn or code HTML.
With it's wide variety of coding languages available,
it suits any developer.
*/
Posted by: Guest on May-22-2020
0

what is console in sublime text

{
    "cmd" : ["gcc", "$file", "-o", "$file_base_name"],
    "cmd" : ["$file_base_name"],
    "selector" : "source.c",
    "shell" : true,
    "working_dir" : "$file_path"
}
Posted by: Guest on November-04-2020

Code answers related to "C"

Browse Popular Code Answers by Language