codewars / runner

Issue tracker for Code Runner
32 stars 8 forks source link

Add Monaco (or similar) editor to Codewars.com #311

Open itsmelouis opened 1 week ago

itsmelouis commented 1 week ago

Is your feature request related to a problem? Please describe.

Yes. To be honest, it annoys me to have to code on codewars without being able to benefit from language autocompletion like on VS Code for TypeScript or Visual Studio for C#, among others.

Describe the solution you'd like

What about to include Monaco (or similar) editor that privides typings and autcompletion?

Kacarott commented 1 week ago

it annoys me to have to code on codewars without being able to benefit from language autocompletion like on VS Code

But you dont have to code on Codewars? You could code on VS Code and copy your answer once you are done?

itsmelouis commented 1 week ago

Hello @Kacarott! Yes, of course, I could very well use my IDE to code. I was just suggesting a simple feature to add to codewars 😄 But adding a typed code editor directly on Codewars would greatly enhance people's productivity by reducing the need to switch between environments, and improve accessibility by allowing seamless coding from any device 😃

Madjosz commented 1 week ago

This has already been discussed in https://github.com/codewars/codewars.com/issues/1870 and https://github.com/codewars/codewars.com/issues/2483

itsmelouis commented 1 week ago

Tanh you for your answer 😃