Code analysis with Intellisense disabled? #11508
Unanswered
jalanh11640
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, it does. We reuse the IntelliSense configurations for code analysis, so if you've disabled IntelliSense the only thing you get from our extension is the debugger. |
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've configured vscode to use clangd for code completion, etc. A dialog popped up and said I should disable intellisense, so I did. I'm now trying to get Code Analysis working. I've added the following configuration to my *.code-workspace file, but cmd-shift-p doesn't show anything when I type 'Run Code Analysis'. Does intellisense need to be configured for Code Analysis to work?
Thanks,
Jeff
Beta Was this translation helpful? Give feedback.
All reactions