Replies: 1 comment
-
This is already being tracked in #2361. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I very much like it that Godot ships with reference built-in and accessible inside the editor. However, for whatever reason I can't find description for keywords (and annotations in 4.0). From time to time I forget how to use
yield
properly or certain exports. For newcomers even things in template script likeextends
andfunc
can cause questions. It would be helpful to be able ctrl+click those words as well or hit F1 and search for it. It's even more confusing since some keywords (highlighted in editor in red), as in primitive types (int, float, bool) do have their own page.When I first started learning Godot, I had programming background. Concepts were familiar, but syntax not. Quick peek into reference would accelerate learning of gdscript for those already into programming.
As a clarification, I'm only talking about in-editor reference. Docs of course cover these topics in sufficient manner.
Beta Was this translation helpful? Give feedback.
All reactions