https://kotlinlang.org logo
#korge
Title
r

Rishav Sharan

06/09/2020, 1:20 PM
anyone has used vscode for Korge? I am really not loving using a full IDE like intelliJ.
r

RezMike

06/09/2020, 1:25 PM
you can use any code editor, even notepad, but then you'll need to run gradle tasks via terminal
r

Rishav Sharan

06/09/2020, 3:59 PM
how would I do that? should i put in
gradlew.bat runJVM
EDIT: ok that worked fine. btw, anyway to add in a launch file for vscode so I can use the debugging key F5?
ok, the Kotlin support on VSCode is rather rubbish. Now I understand why people don't use vscode for jvm. Oh well, back to intellij... 😄
3 Views