/vscode-kotlin-ide

Intelligent Kotlin support for VSCode

Primary LanguageTypeScriptMIT LicenseMIT

Kotlin IDE for Visual Studio Code

Smart code completion, linting, debugging, formatting and more for Kotlin in VSCode using the Kotlin language server and the Kotlin debug adapter.

Version Build Status Downloads Installs

To use, open a Kotlin file inside a Gradle or Maven project. The language server will then automatically launch in the background.

Features

  • Code completion
  • Linting
  • Debugging
  • Go-to-definition
  • Signature help
  • Hover
  • Formatting
  • Document symbols
  • Find references

Usage

Debugging

  • Setup:
    • Open the launch.json file in your project and invoke code completion to create a new launch configuration (or select Add Configuration... in the debug tab)
  • Launch:
    • Build your project (before every launch)
    • Click the Run button in the Debug tab or press F5