Replies: 1 comment 1 reply
-
Hi, that sounds very interesting. Could you show me an example of what kind of documentation you'd like to expose? Is it provided in your source files? If so I think it should be possible to extract that information with this extension (with some extra work required on the extension side to extract and expose the information). Edit: Technically you could edit this file, but since it's auto generated and part of the extension it's pretty much impossible to add custom ones in there, but I'd be very interested in trying to figure out a way to get this implemented. Preferably directly in source (like python doc strings) |
Beta Was this translation helpful? Give feedback.
-
Hey everyone! I'm trying to figure out what the best way would be to document screens in my own Ren'Py project, and for the life of me I can't quite figure out how to do it seeing as the usual Python docstrings are not parsable when inside a screen's definition.
In the process of figuring this out, I noticed that the built-in screens that are made available by default, like the
say
one, do show documentation when you hover your mouse cursor over the screen's name! Which got me thinking...Is there a way for me to leverage this functionality of this extension to also neatly document my own custom screens in my project? I know this is a long shot, but wanted to ask nonetheless.
Thanks for your time! 😊
Beta Was this translation helpful? Give feedback.
All reactions