433
you are viewing a single comment's thread
view the rest of the comments
[-] chakli@lemmy.world 56 points 2 days ago

If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.

The only things I am lacking now is the one for remote, python.

[-] JustEnoughDucks@feddit.nl 1 points 1 day ago

I am trying to figure out how to get zephyr, platformio, and nrfconnect to work with clangd.

Platformio screams every second because Microsoft's tooling is a dependency.

Zephyr and nrfconnect work for many things, but things like including drivers from zephyr/drivers doesn't autofill which is annoying if you are searching for a driver that might exist in nrfconnect or might not because there are some differences. It also doesn't autofill macros and device tree defines.

If anyone has a good guide on how to set up clangd for zephyr, I would appreciate it!

[-] chakli@lemmy.world 1 points 1 day ago

Based on https://docs.zephyrproject.org/latest/develop/getting_started/index.html Zephyr seems to use cmake

So you should be able to use https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html to generate the compile commands json and configure clangd to use that.

[-] JustEnoughDucks@feddit.nl 1 points 21 hours ago

Yeah, I have that set that via set(CMAKE_EXPORT_COMPILE_COMMANDS ON) but no compile_commands.json are actually output, sadly.

load more comments (6 replies)
this post was submitted on 26 Apr 2025
433 points (97.6% liked)

Programming

19826 readers
177 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS