-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
hobovsky
Jan 27, 2022
Replies: 1 comment
-
Unfortunately, currently there's no way to fetch the code from Codewars to your local IDE. You need to copy your solution and sample tests into your project, but then you can work on it locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
omr-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, currently there's no way to fetch the code from Codewars to your local IDE. You need to copy your solution and sample tests into your project, but then you can work on it locally.
The exact setup depends on language, it looks differently for Python, JS, or C#. But you still need to copy the code from kata trainer to your IDE, and then copy your solution form your IDE to the trainer and submit it.