kaizen icon indicating copy to clipboard operation
kaizen copied to clipboard

[feat]: docstrings / comments generator for code

Open SwapnilChand opened this issue 1 year ago • 1 comments

given a code file / repo, populate it / it's code with docstrings and comments, along with examples to use them, for each class, methods, components, etc. an option for pointing to or providing a sample code base with well documented comments would be great. if using context via chunking if we can identity files which are well documented and use them as reference by default, it would be awesome.

SwapnilChand avatar Sep 14 '24 06:09 SwapnilChand

https://github.com/NilsJPWerner/autoDocstring this but populating all the placeholders

SwapnilChand avatar Sep 23 '24 04:09 SwapnilChand