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
For example, given the following Call function, which calls start() on a Timer:
The context menu has a View Documentation option, it would be more useful if either Orchestrator was able to render information about the function, its signature, and description. If that isn't possible due to GDExtension limitations, would it be at least possible to refer the user to the actual function documentation as there should be sufficient context to redirect there, i.e.:
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
So Godot 4.3 has broken how we interfaced with documentation, with no replacement. Looking at whether we should consider implementing the UI as a ScriptEditorBase implementation from the engine's source, this is also not possible because GDE does not expose a way for contributors to register custom editors. 😞
So this may be a bit before we can get to it as we'll need to open a feature request to the editor.
Description
For example, given the following Call function, which calls
start()
on aTimer
:The context menu has a
View Documentation
option, it would be more useful if either Orchestrator was able to render information about the function, its signature, and description. If that isn't possible due to GDExtension limitations, would it be at least possible to refer the user to the actual function documentation as there should be sufficient context to redirect there, i.e.:Implementation ideas
No response
The text was updated successfully, but these errors were encountered: