Replies: 1 comment 2 replies
-
|
Look into settings clangd/vscode-clangd#883 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had working workspace with intellisense working and stuff... I realized its ultra slow to pickup my changes, so I installed
clangdextension. Turns out it needs some special file generated by cMake and it can be only generated with generatorninjaormake. So It was pain to setup... I just gave up and reverted to original CPP extension. But now there's another problem ,it just stopped any autocompletion... I tried removing cache and stuff but no luck. How can I make sure everything goes back to normal without reinstalling IDE? And why I am not informed in any way of any errors? Where I am supossed to look to understand what is going on and why the extension don';t know what is going on>Beta Was this translation helpful? Give feedback.
All reactions