Explain code feature should make relevant documentation accessible

The explain code feature should try to show relevant documentation or summaries and provide links to the documentation relevant to selected code.

Explanations for a few lines of code are often obvious — I have already read the code. What I really need is a deeper understanding of parts of the code by reading the documentation, eg. documentation about function signatures.

For example see the really obvious explanation in the picture below. What I need is some way to easily access the docs for the template function from bottle.

The assistant could list things that it thinks I might need more help with and allow me to dig deeper by indicating what I want.

Replit Profile: https://replit.com/@mye1

1 Like