I was writing code in the JS side, and upon trying to navigate to the
Int
class, I ended up in a
knm
file.
Is this a known issue?
a
Artem Kobzar
06/19/2023, 10:57 AM
But, what the issue? I mean, what is the expected behavior?
Int
is a built-in class which implementation is based on the compiler intrinsics, so, formally it doesn't have "body"
e
Edoardo Luppi
06/19/2023, 11:07 AM
@Artem Kobzar that's a good observation, however:
1. no code highlighting
2. no access to the Structure view
3. no access to class/method documentation
This is obviously valid for other classes, like String
a
Adam S
06/19/2023, 11:28 AM
yes, it’s a known problem, although I can’t find the YouTrack issue… It was discussed a few months ago in #intellij or #multiplatform