Closed CodeBradley closed 3 months ago
Does your app build successfully? Do you have a compile_commands.json
file in your .vscode
folder? Which errors does VSCode show?
May be related to https://github.com/microsoft/vscode-cpptools/issues/11889
Please check again with latest SDK - there were significant improvement in clangd support. Re-open if issue still exists.
How do I find by reference, definition, etc in vscode when modifying the source code? I installed the
clangd
extension but it just shows me nonstop errors, so I'm guessing it needs a config file or not the right extension. I already ran./fbt vscode_dist
before opening in vscode after git clone.