Provides Kotlin language support for Visual Studio Code
- Out-of-the box integration with Kotlin LSP
- Kotlin files semantic highlighting
- Kotlin diagnostics reporting
- Basic Kotlin intentions and quickfixes
- Auto-detection of Gradle projects
- Java 17 and above
- Visual Studio Code version 1.96.0 and above
- Download the latest release bundle of VSC extension from RELEASES.md
- Install the extension into Visual Studio Code via
Extensions | More Action | Install from VSIX- Alternatively, it is possible to drag-and-drop VSIX extension directly into
Extensionstool window
- Alternatively, it is possible to drag-and-drop VSIX extension directly into
- Open folder with a Gradle JVM (not Kotlin Multiplatform) project
- Enjoy!
Apache 2.0, see LICENSE.