[FEATURE] Inline code explanation and docstring suggestions #770
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Child of #763 (Native AI features in MokoGitea via the MokoAi stack).
Feature Description
In the code viewer, explain a selected function/block and suggest docstrings/comments on demand.
Proposed Solution
Add a code-view action that sends the selected snippet (with file context) to MokoAi and renders an explanation or a suggested docstring inline.
Dependencies
Notes