Code-NoTes (A way to add a description to a code-node)

I find myself often adding a sticky-note next to complicated code-nodes in which I summarize the logic of the code, so when I come back later, I can understand it quicker.

That makes the canvas a bit messy.

It would be awesome if inside the code-node I’d be able to add a description of what the code does in natural language.

Or an even better idea - what if AI just created that description itself? So if you go back to an old workflow and forgot what a particular code does, you can just open the code node and immediately have description without having to paste the code into chatGPT or actually read through the code (for those who can.)