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
This should make a web request to the docs and see if it returns code 404. In that case an ephemeral warning should be shown, otherwise the link with a short summary.
This issue should only be implemented after #8 is done to prevent sending too many web requests. Alternatively, results should be cached for some time.
The text was updated successfully, but these errors were encountered:
This can also include fuzzy matching. For that we would need to update the list of available classes from time to time (maybe a few times per day). That way users can enter "node 2d" to mean "Node2D".
The list of classes is on the Godot repo, so we could just take it from there. In the future, we could ask Godot to have a trigger/webhook that rebuilds the bot.
This should make a web request to the docs and see if it returns code 404. In that case an ephemeral warning should be shown, otherwise the link with a short summary.
This issue should only be implemented after #8 is done to prevent sending too many web requests. Alternatively, results should be cached for some time.
The text was updated successfully, but these errors were encountered: