Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Can you run Python code on text in VS Code?
Post
Can you run Python code on text in VS Code?
+4
−0
In VS Code, is it possible to run Python code on the text being edited?
I realize that I can save my text, create a .py
file, switch to a terminal (including VS Code's own terminal) and run the .py
file. However, some other editors like Gedit support running ad-hoc Python scripts to process the text without all the extra steps.
Does VS Code have a feature or extension like this?
1 comment thread