Open
Description
For symbols inside gdnative::api
module, navigating to the source code leads to an error.
In gdnative 0.10.1:
KinematicBody::move_and_slide
, then click [source]
This was already present in 0.9.0:
KinematicBody::move_and_slide
, then click [src]
It's likely happening because this file is generated (filename generated.rs
) and part of the target
folder. It's also not checked into version control. Maybe moving it to a gen/
folder inside src
could help.