Run/Debug in the upper right corner does not automatically switch when I change windows (or python files)

Answered

In essence, I want  kalkulator_moj3.py  to show in the upper right corner (where the Run/Debug is) when I activate it's window (or tab). How can I achieve that?

1
2 comments

Run/Debug configurations are not context aware, they can be executed even with no open tabs in the IDE.

To run the current file, you can right click on the file tab (or in Editor) and select "Run 'current file' ", or use the corresponding shortcut.

0
Avatar
Permanently deleted user

Will that option be available in the future?  It seems very intuitive to have it.

0

Please sign in to leave a comment.