Open
Description
Problem
I saw in https://go.dev/blog/godoc that there is a simple convention about documentation in golang:
you should to write object's name firstly and then describe it's functionality.
Soulution
What about to add auto-complete in object's documentations to avoid manually retyping it's name?