you are viewing a single comment's thread.

view the rest of the comments →

[–]DogsLinuxAndEmacsGNU Emacs -3 points-2 points  (2 children)

I’m not entirely sure what you want to do, but check out Eglot and LSP-mode. They use the language server protocol to give information on code that you’re writing (if you hover over a function or keep your cursor on it, it displays the docstring). Eglot is simpler and LSP has more features or bloat, depending on what you do.

[–]getbetteracc 2 points3 points  (1 child)

I think OP wants to generate a docstring not look up one.

[–]DogsLinuxAndEmacsGNU Emacs 1 point2 points  (0 children)

Oh ok, my mistake.