uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
152 stars 20 forks source link

Kotlin support #42

Closed johnsonlee closed 3 years ago

johnsonlee commented 3 years ago

Any plan or schedule to support Kotlin ?

uctakeoff commented 3 years ago

This extension makes use of other language extensions to do the aggregation. Do you have the Kotlin language extension installed?

You can check the supported languages with the "check available languages" command. Please try it.

johnsonlee commented 3 years ago

Great! I'll try it