Description:
Currently, the F5 keybinding only works when the cursor is in the code area.
It would be more intuitive and seamless if pressing F5 also triggered compilation and execution when the cursor is in the input or output panels.
Expected behavior:
- Pressing
F5 in the input panel should save input and run the code.
- Pressing
F5 in the output panel should rerun the code with the current input.
Why this is useful:
- Improves workflow by removing the need to manually switch back to the code panel before running.
- Keeps the plugin consistent with other IDE experiences.
- Provides smoother usability when editing test cases or reviewing outputs.
Description:
Currently, the
F5keybinding only works when the cursor is in the code area.It would be more intuitive and seamless if pressing
F5also triggered compilation and execution when the cursor is in the input or output panels.Expected behavior:
F5in the input panel should save input and run the code.F5in the output panel should rerun the code with the current input.Why this is useful: