mathiasfrohlich / vscode-kotlin

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

Support for Kotlin formatter #20

Open esafirm opened 6 years ago

esafirm commented 6 years ago

🙏

FilipeRamalho commented 6 years ago

Do you mean this Coding Conventions - Formatting ? Could you specify what you want.

nishtahir commented 6 years ago

I think he's asking for support for code formatting. I'm looking into this. However, there's no eta on when i'll drop but there's some relevant discussion in #21

esafirm commented 6 years ago

Yea basically the ability to reformat code. I think we can use ktlint for formatting and lint, i don't know it sounds easier than https://github.com/mathiasfrohlich/vscode-kotlin/issues/21

fwcd commented 5 years ago

@esafirm The Kotlin language server can format code as of https://github.com/fwcd/KotlinLanguageServer/pull/136.