Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show default value for properties on documentation #16086

Closed
vnen opened this issue Jan 26, 2018 · 0 comments · Fixed by #29380
Closed

Show default value for properties on documentation #16086

vnen opened this issue Jan 26, 2018 · 0 comments · Fixed by #29380

Comments

@vnen
Copy link
Member

vnen commented Jan 26, 2018

Godot version:
Godot 3.0 (a98e949)

Issue description:

The default value of class members are usually added to the description, but not all descriptions have it and the default is not always obvious. It may also be hard to find and easy to deviate from a standard.

It would be interesting if the default value came together with the name:

bool visible = true
     set_visible(value) setter
     is_visible() getter
bojidar-bg added a commit to bojidar-bg/godot that referenced this issue Jun 27, 2019
Also, make spacing of "=" in the editor help a bit more consistent.
Closes godotengine#16086
myhalibobo pushed a commit to myhalibobo/godot that referenced this issue Sep 3, 2019
Also, make spacing of "=" in the editor help a bit more consistent.
Closes godotengine#16086
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant