You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a custom function (named "RelatedItems") deriving from ReflectionFunction and using Language Server package in order to provide suggestions and hint in monaco editor; but there is NO way to configure or set the function description.
looking at the source code, all other functions are created from BuiltInFunction that is NOT exposed.
Can you extend ReflectionFunction in order to have similar functionalities of built-in functions?