Skip to content

Comment on Ask HN: Best dev environment for C in 2024?

Comments

Embedded developer and longtime emacs user here.

For code navigation: If the tool chains provides the file compile_commads.json, then I use the built-in LSP: eglot. If not, then universal-ctags to generate TAGS file.

For debugging, I use ozone when JTAG is available, if not, back to miserable printf debugging or worse.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.