Can you add something like, if we add ? before the function, it opens the help doc in result viewer. The help doc should give brief description of what the function is, what are the required arguments and optional arguments and brief description of arguments.
For example,
If i write ?strip(), it will open the document with description of what strip does and all required and optional arguments.
This can be done for procedures too,
For example,
?proc import, this gives brief description of proc import, required/optional arguments/options.
I have seen something like this in R-studio.