Visual Studio Code, how to put the console in "real time"

Asked

Viewed 185 times

-1

He was using Spider IDE. I don’t know what this is called, but there was a console where you can program in real time, when typing 1+1, for example, it returned 2 on the console. I wanted to put this on the Visual Studio console, but the Terminal there says that"1+1' is not recognized as an internal command or external...". How do I put this "console in real time" (if anyone knows the name of it, please speak) in Visual Studio

PS: I use the Python language, I forgot to put it here

1 answer

0


Well, currently I use Javascript to develop my projects and a good solution for this would be the use of Node.js, I do not know in which language you usually develop but it is quite useful in my case. I just type in node in the terminal and it already starts to rotate.

  • I used Python on Spyder.

  • 1

    So just type in python on the integrated terminal, if you have it installed on your computer that will solve your problem. You can also create other tabs or open 2 tabs at the same time so you don’t lose productivity and can use the terminal normally if you need to.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.