Answer the question
In order to leave comments, you need to log in
Sublime Text 3 Build system (C#)?
Hello! It is required to make a "Build system" for C# in Sublime Text. There will be a prompt like ".../csc.exe source.cs & source.exe". Here is my attempt to implement it:
{
"cmd": ["c:\\...\\csc.exe /nologo $file & $file_path $file_base_name .exe"]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question