-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
I used Python on Spyder.
– Vitor Figueredo Marques
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.– Bruno Rodrigues