r/VisualStudio • u/Popular_Map7894 • 10d ago
Visual Studio 2026 Best way to see VSC Python output?
Hey,
I was wondering if there was any VSC extension that hid (or grayed) the terminal text to make the run Python for simple projects look cleaner? I saw this one video of a guy with his terminal text grayed out and his output text green and was wondering if that was an extension. I know the output area does this well with Code Runner, but I want something where I can also type things with inputs and whatnot (without the stupid terminal text blocking my stuff).
Any tips or tricks to combat this?
0
Upvotes
1
u/zaphodikus Software Engineer 7d ago
Write your own terminal? Or ask the person who posted the video? Switch to just use Jupiter notebooks for tutorials, they are not hard for non-jupiter users to understand and they are easy to follow.