You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows clangd to provide code intelligence. Most completions will work after configuration, although some completions (e.g. involving generated code) will require a build.
Generating a compile_commands.json file is non-trivial for Bazel so this should enable a better developer experience for people working on protovalidate-cc. Clangd can be used with a large variety of editors (Vim, Zed, Visual Studio Code, etc.)
0 commit comments