• Show function info like vscode

    From Backlands@21:1/5 to All on Mon Mar 20 19:39:14 2023
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jason McBrayer@21:1/5 to Backlands on Wed Apr 5 15:06:04 2023
    Backlands <backlands@riseup.net> writes:

    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 jmcbray@carcosa.net |
    | A flower falls, even though we love it; and a weed grows, |
    | even though we do not love it. -- Dogen |

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)