Replies: 1 comment
-
There's already a proposal for this, and a corresponding PR: |
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
-
By GDScript reference I mean the documentation about how the basic building blocks of the language work. The reference is already in Internet: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html and it is very good.
However, it would be nice to have the reference in the Editor itself as a part of the documentation. Even an experienced programmer sometimes need answers to questions like this:
enum
?static
keyword work?So it would be great to find the answers by clicking Ctrl + LMB as easily as you can get documentation about
print
function. The keywords (if,
else,
...) should also be present in the Help (opened by F1).Also when working offline having the GDScript reference built in would be nice.
Beta Was this translation helpful? Give feedback.
All reactions