mathiasfrohlich / vscode-kotlin

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

Colorizing part of the variable name when it ends with "?." #42

Closed fylmr closed 4 years ago

fylmr commented 5 years ago

If we are using "?." operator on variable containing capital letter, formatter thinks it is a class name:

image