OPENRNDR with vscode

happy to hear that works well!

and for the reason why kotelin extension not work properly because “kotlin language server”, not support “1.8.0” yet. (we talked about that last time here). it will work as change “1.8.0” to “1.6.0” here .

after change it, restart kotlin language server by command prompt in vscode.
kotlin extension start index for a while, and as soon as it ready, you can see code suggestion like this.



++ PLUS
sometimes kotlin language server is not launching because it cannot find proper JAVA bin.
in this case you can set java JAVA_HOME path in vscode setting for kotlin settings.

you can find JAVA_HOME by which java in terminal.
(FYI, I installed JAVA with sdk man)

hope this helps!