AI plug-in for building documentation ?
-
I would like to make my life easier and ADD comments / function description / variables description to one of the most poorly documented resource there is.
I did checked out few AI applications, but I am NOT looking to help me code or "improve productivity":... I just want ADD comments / function description / variables description to existing code.
With that said - can anybody recommend such app to add as "plug-in" to QTCreator?
Prefer for Linux open source etc. -
Such a thing may be practical in a few years. But currently, AI text generation stuff can't reliably understand what code is doing to be able to describe it in comments.
-
Such a thing may be practical in a few years. But currently, AI text generation stuff can't reliably understand what code is doing to be able to describe it in comments.
@wrosecrans I am actually looking for code analysis to find variable and make a guess what it is used for. Especially when same symbol is used in many instances describing same task. Sounds simple for AI to do....
-
@wrosecrans I am actually looking for code analysis to find variable and make a guess what it is used for. Especially when same symbol is used in many instances describing same task. Sounds simple for AI to do....
@AnneRanch said in AI plug-in for building documentation ?:
Sounds simple for AI to do....
So ffel free to provide an implementation for it, I would guess it would be useful for some.