Closed Rishabh-malhotraa closed 3 years ago
Hey Rishabh, I personally feel using any function keys is more relevant and easy to implement.
@Ranadheer-senani Thanks for the input. I am thinking more along the lines of Ctrl + '
similar to leetcode.
Regardless I am a bit busy with my placements, if you want to delve into the code base and want to take a jab at trying to implement this feature do let me know, I can guide you with that.
Yeah, I'd like to try,
all the best with your exams mate.
could i take this issue?
I have assigned you this issue, do let me know if you run into any difficulties.
You need to map an on-keypress function to the codemirror instance, which on pressing Ctrl + '
executes the function which makes the API call to the backend (that does remote code execution).
Set a keybind in code-mirror editor to run a function which makes an API call to run the code!