intellij-colors-solarized
intellij-colors-solarized copied to clipboard
Extention function call highlighting
Kotlin 1.1 introduced this

I guess it'd be cool to integrate in the theme..
I'm not familiar with Kotlin - but is this the setting that you suggest changing?

It doesn't seem like the default color themes in IntellijJ IDEA assigns any style to these extension function calls, but for some reason (that I haven't figured out) they seem to be italicized.
Do you suggest using any specific color for them?
yep, that is
Not in particular, I'd just like them to have a different color :simple_smile:
I think this should be closed. Extension functions are italicized, because those are essentially static functions. I addressed these issues in this pull request: #179.
@jkaving do you mind having a look at this fix.
Static function calls are now italicized, as suggested by @soshial