fwcd / kotlin-language-server

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

Add code completion for labels #544

Open fwcd opened 8 months ago

fwcd commented 8 months ago

It would be cool if e.g. return@label or break@label could be completed with available labels.