Hello,
I would like some help regarding the dev env setup locally.
I use the scylladb toolchain to build locally and works nice,
But for code editing
I am using visual studio code, and have installed clangd language server, which can read the local compile_commands.json file produced by the ./configure.py --use-cmake command.
When I open my editor (visual studio code), especially the seastar source files, the code navigation doesnt work as expected and when trying to find references or navigating to functions it gives wrong results.
Could someone help me with a better dev environment setup and code editor ?
Thank you