In the docs it says: When a single completion is shown, typing ‘?’ will show the docstring for a method. For example:
c.atFileCommands.write? shows: Write a 4.x derived file. root is the position of an @<file> node Does this work for anyone? (Very useful!) For me, I get nothing, but autocomplete does complete after the dot. Workaround: g.es(c.atFileCommands.write.__doc__) -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
