cestef / kotlin-formatter

Format your Kotlin code easily in VScode

Home Page:https://marketplace.visualstudio.com/items?itemName=cstef.kotlin-formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin-Formatter for VSCode

This is just a formatter for Kotlin (.kt) and KotlinScript (.kts)

Requirements

macOS / Linux

Make sure you have ktlint installed before installing this extension

Windows

You need the ktlint jar file and either have it in your project root or specify its location in the vscode settings (ktlintPath)

Using

You can either use the kotlin-formatter.formatKotlin command or set cstef.kotlin-formatter as your default formatter in VScode settings

Format on save

Set cstef.kotlin-formatter as your formatter for kotlin and/or kotlinscript in VScode's settings.json:

    {
        ...
        "[kotlin]": {
            "editor.defaultFormatter": "cstef.kotlin-formatter"
        },
        "[kotlinscript]": {
            "editor.defaultFormatter": "cstef.kotlin-formatter"
        }
        ...
    }

About

Format your Kotlin code easily in VScode

https://marketplace.visualstudio.com/items?itemName=cstef.kotlin-formatter


Languages

Language:TypeScript 100.0%