run tasks without saving file #25459
Replies: 3 comments
-
I think we are unlikely to implement this for a number of reasons, but it would be possible with a few scripting languages to pass the script contents via stdin. Which language(s) were you looking for? We wouldn't be able to trigger individual functions but we could run the entire script. Also some ambiguity of which directory it should be run from (home dir? project root?
You could probably do this today with custom task and the |
Beta Was this translation helpful? Give feedback.
-
Which language(s) were you looking for? python. if i just want to test a small bit of code, a few lines, i dont want to waste time by saving and then deleting the file. just press f5 and run the code currently visible, it's the sort of thing like in other IDEs like processing, visual studio code, and thonny. you could probably just create a .temp file and delete it upon closing zed |
Beta Was this translation helpful? Give feedback.
-
mark this as off topic, is there any way to run interpreted language code by pressing a key or clicking on gui (not going into the terminal) like in other IDEs like processing, visual studio code, and thonny. #23307 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Check for existing issues
Describe the feature
i want to run code without saving it
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions