Sublime Forum

I can't see output in Console in Sublime Text

#1

Hello, I have a problem. In Sublime Text I don’t see any output for exemple: Console.WriteLine(“Hello World”); I don’t see right output Hello World in Console or Terminal. How to set a right output without extensions? Thanks.

0 Likes

#2

What build are you using to do this? Is it actually running the code, or is it just compiling it? If you break the code so that it doesn’t compile, do you see compiler output?

0 Likes

#3

No Build System. Only normal compile and run command. Nothing to show, because it is No Build System. Build System is setted on Automatic. Else normal output is [running in 0.2ms] or something like this. No output like I need.

0 Likes

#4

Tools > Build With… and select a build variant that includes running the compiled code. Note that this uses build systems. See our documentation on that here: https://www.sublimetext.com/docs/build_systems.html

0 Likes