mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
201 stars 21 forks source link

Support for imports #43

Closed azukaar closed 4 years ago

azukaar commented 5 years ago

Add auto-import support the same way Java plugin provide you with hints on where you can find un-imported objects.

nishtahir commented 4 years ago

This is just a code highlighting project. There are no plans to support features that language servers typically offer. https://github.com/fwcd/kotlin-language-server is working to support these features.