Discussion:
Show function info like vscode
(too old to reply)
Backlands
2023-03-20 19:39:14 UTC
Permalink
Hi, is there any good was to show some info about functions like return
types, parameters and doxygen comments for c++ source code? I know vscode
does this but I don't want to switch because bloat. Also, do any packages
that do this work with gradle as the project I am working on now uses
gradle as a c++ compiler. I'm currently using doom emacs with lsp and
company but neither give me this functionality.

Thanks.
Jason McBrayer
2023-04-05 19:06:04 UTC
Permalink
Post by Backlands
Hi, is there any good was to show some info about functions like return
types, parameters and doxygen comments for c++ source code? I know vscode
does this but I don't want to switch because bloat. Also, do any packages
that do this work with gradle as the project I am working on now uses
gradle as a c++ compiler. I'm currently using doom emacs with lsp and
company but neither give me this functionality.
lsp-mode and eglot both support this through eldoc-mode, /if/ the
language server in use supports it. No idea on the gradle question.
--
+-----------------------------------------------------------+
| Jason F. McBrayer ***@carcosa.net |
| A flower falls, even though we love it; and a weed grows, |
| even though we do not love it. -- Dogen |
Loading...