mathiasfrohlich / vscode-kotlin

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

FR: Syntax colorize var-created variables differently to val-created variables (values) #38

Open bevo009 opened 5 years ago

bevo009 commented 5 years ago

Any interest in syntax colouring the mutable variables declared with var, with a different colour from the immutable variables (values) declared with val?

I noticed F# has this feature, it really makes you take notice which variables are not immutable.

Worth a shot asking, thanks for making a great plugin. :)