[New Feature Request] Creating run/debug configuration for currently viewed file
Dear Developers,
I often find myself in a situation where I've been working on a python script and at some point I want to create a run/debug configuration for it. At the moment in order to do that I need to go to the "Edit Configurations..." option and later select a script from a tree like widget, which by default opens in a previously used place.
I strongly believe, that it would prove really convenient to have a button like "Use current file", which would enter the path to currently viewed file.
I know that one can use the ctrl+shift+f10 combination for just running the file, however it's usually not enough (at least for me).
Cheers,
Michael
I often find myself in a situation where I've been working on a python script and at some point I want to create a run/debug configuration for it. At the moment in order to do that I need to go to the "Edit Configurations..." option and later select a script from a tree like widget, which by default opens in a previously used place.
I strongly believe, that it would prove really convenient to have a button like "Use current file", which would enter the path to currently viewed file.
I know that one can use the ctrl+shift+f10 combination for just running the file, however it's usually not enough (at least for me).
Cheers,
Michael
Please sign in to leave a comment.
ctrl+shift+f10 should create Run configuration for the current file.