-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Code editor improvement: quick documentation #27607
Comments
I just want to throw my voice out there for this. I actually like the way it is currently implemented more. Perhaps a toggle? |
@Duroxxigar with this implemented you will still be able to read documentation exactly in the same way as you have been reading before. This is just an additional feature. Wanna see docs of a method? Ok, |
I agree this is would be a pretty useful feature, as it prevents a context switch when you're just looking at the documentation of a single function. It could also be enabled when hovering properties/methods with the mouse (with a small delay). |
@smedelyan I wasn't voting in no of it. I just wanted to voice my opinion about the current implementation. |
@Duroxxigar alright=) I do love the way Godot provides its documentation right now as well:) That's definitely much better than, say, Unity does |
Could be implemented with a custom tooltip. |
Is there any progress on this? I have seen several GitHub issues asking for in-code documentation in GDScript (JavaDoc / Docstrings like) and appropriate support in Godot's Script Editor but it looks like nothing has changed since. I would love to have this feature into Godot; is there anything that can be done to push it forward? |
Closing in favor of godotengine/godot-proposals#765, as feature proposals are now tracked in the Godot proposals repository.
Well, someone needs to implement it 🙂 |
Currently, we can use Lookup Symbol or Search Help to look for documentation of everything. It would be nice to have that documentation in popup rather than a separate window / tab.
See an example: Quick Documentation in IntelliJ IDEA
The text was updated successfully, but these errors were encountered: