C
C#13mo ago
cdangels

❔ Someone help me using sublimetext with C#, ReadLine not running

I have an issue with Sublime Text and C# compiler, look, I'm studying C# fundaments and I work building the code on Visual Studio or Visual Studio Code, when I run the code this work fine but sometimes I want to work an only single .cs archive on sublime text because I don't need to save the archive and I like this program to write code, the problem is this, when I try to run the code, this starts and works fine but when the console asks me to type a key the code doesn't continue. I tried with Terminus https://www.youtube.com/watch?v=mV0ghkMwTQc but the video is only for Python With this: https://stackoverflow.com/questions/58530006/how-to-run-c-sharp-on-sublime-text-3-on-macos Thanks
OdatNurd - Sublime Text Tutorials
YouTube
[PPR06] Terminus
One of the strengths of Sublime Text is the package ecosystem that surrounds it, allowing you to add functionality and capabilities to Sublime to tailor it to your work flow. Lets take a look into that ecosystem and show some packages that will make your every day Sublime Text life easier. In this sixth video in the series, we cover Terminus,...
Stack Overflow
How to Run C# on Sublime Text 3 on macOS?
I'm trying to run C# on macOS, using Sublime Text 3 on Automatic mode under:
Tools > Build System > Automatic
and have built a system: { "cmd": ["csc $file && $
2 Replies
phaseshift
phaseshift13mo ago
why would you do that to yourself? You're trying to use a terminal inside sublime?
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.