Hi, why some properties missing from autocomplete? In exemple below, why "name" is missing??

Hi, why some properties missing from autocomplete? In exemple below, why "name" is missing??

This is is because ray.get_collider() returns an Object and the "name" property is a Node property, not an Objectproperty.
The autocomplete can only give you hints for what it knows the function returns.