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
napperley
11/03/2018, 11:46 PM
Would also be good to have support for viewing source code in a Kotlin Native library (including third party ones).
m
Matej Kormuth
11/04/2018, 11:34 AM
@olonho Are there any plans / estimates for this?
g
gildor
11/04/2018, 12:23 PM
I see source code of stdlib
gildor
11/04/2018, 12:23 PM
At least of jvm
gildor
11/04/2018, 12:24 PM
The only problem that I have: I would like to see source code of actual implementation, not expect declaration in some cases