Skip to content

Kotlin code completion, debugging, linting and more for VSCode

License

Notifications You must be signed in to change notification settings

fwcd/vscode-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 6, 2024
4a7c153 · Dec 6, 2024
Jul 28, 2024
Aug 12, 2019
Oct 11, 2023
Dec 6, 2024
Feb 6, 2024
Dec 27, 2020
Oct 11, 2023
Jun 4, 2020
Oct 4, 2022
Jul 29, 2024
Aug 12, 2019
Feb 13, 2023
Aug 14, 2019
Oct 11, 2023
Dec 6, 2024
Dec 6, 2024
Jun 4, 2020
Jun 4, 2020

Repository files navigation

Kotlin IDE for Visual Studio Code

Version Build Downloads Installs Chat

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

To use, make sure that JDK 11+ is installed and open a Kotlin file inside a Gradle or Maven project. Support for Kotlin source files with a standalone compiler (kotlinc) is experimental. The language server will then automatically launch in the background.

Features

  • Code completion
  • Linting
  • Semantic highlighting
  • 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