fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.65k stars 207 forks source link

Support official Kotlin scripting API #134

Open fwcd opened 5 years ago

fwcd commented 5 years ago

A KEEP proposes the addition of an official scripting API, which we could adopt once it becomes stable.

See also: #6 and #76

jdemeulenaere commented 5 years ago

I would love to help on this issue. Any pointers on where you would start? :-)

fwcd commented 5 years ago

@jdemeulenaere You could look at SimpleScriptTest, which already experiments a bit with the new scripting API. The API does, however, not provide an IDE-interface yet, so any traditional language server features (code completions, etc) are probably out of scope currently.

kievitsp commented 2 years ago

This appears to be working locally in unit test using propriety @KotlinScript