Disable code analysis and intellisense when git diff view is on #14190
-
|
Hello, When the git diff view of a .cpp or .h file is in the editor, I notice that the Is it possible to disable these when git diff are in the main editor window? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@TryerGit The code analysis is being run, same as IntelliSense is run, just as if it were a non-diff of the file. I don't know of any way to change the behavior for diff views (our code doesn't handle that specially, although maybe we could). You can disable the "automatic" mode. |
Beta Was this translation helpful? Give feedback.
@TryerGit The code analysis is being run, same as IntelliSense is run, just as if it were a non-diff of the file. I don't know of any way to change the behavior for diff views (our code doesn't handle that specially, although maybe we could). You can disable the "automatic" mode.