Are there any plans to add support for viewing sou...
# kotlin-native
m
Are there any plans to add support for viewing source code in IntelliJ (or others JB IDEs) for std library functions / langauge features? Because when I ctrl-click to
"".cstr
I only get to see function header with no body (only
/* compiled code */
comment).
5
n
Would also be good to have support for viewing source code in a Kotlin Native library (including third party ones).
m
@olonho Are there any plans / estimates for this?
g
I see source code of stdlib
At least of jvm
The only problem that I have: I would like to see source code of actual implementation, not expect declaration in some cases
3