Method parameter types in class diagrams #5
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?
What to build
Extract method/function parameter types and return types from source code and display them in class diagram boxes. Currently methods show as
+method_name()without signatures. Should show+method_name(param: Type) -> ReturnType.Applies to both Rust and Python extractors. For Rust: parse
function_itemparameters. For Python: parsetyped_parameterin method definitions.Acceptance criteria
Blocked by
None - can start immediately