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

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?
请先登录再写评论。
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.
Will that option be available in the future? It seems very intuitive to have it.