It’s a feature that I miss from Clion, my current workflow is by using a 3rd party linter after my coding session outside of Emacs. I know that I can use the linter with an after-save-hook, but is there any other solutions with flycheck or lsp integrations? (I tried flycheck-clang-tidy but I didn’t get any warrings or indicators, not sure if clang-tidy can detect them though)

  • lmarcantonio@alien.topB
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Never heard of such thing. I don’t think that could be done correctly either. How do you detect is an include is used? Looking if it defines something? what about a conditional that can exclude the whole file unless a define is set?