Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to remove intellisense errors from the problems window #5767

Open
TheJCAB opened this issue Jul 12, 2020 · 1 comment
Open

Option to remove intellisense errors from the problems window #5767

TheJCAB opened this issue Jul 12, 2020 · 1 comment
Labels
Milestone

Comments

@TheJCAB
Copy link
Member

TheJCAB commented Jul 12, 2020

Hi! Due to an issue I'm having with CMake tools similar to 4350 (and also another proprietary extension that also feed data to C/C++ intellisense), I'm experiencing a very frequent barrage of intellisense errors whenever I open files. All these errors go into the problems pane/window and obfuscate (mix with) the real compilation errors that happen there when building, making them harder to find.

In fact, if a file is not opened and you click on a build error, all intellisense errors will suddenly appear, displacing the build errors, which can also be jarring even if the intellisense errors are legitimate.

Regardless of the issue, it occurs to me that a simple setting to allow the user to disable this feature would be helpful to users. It would definitely be helpful to me.

There's also personal preference. I don't think I personally find value on listing the intellisense errors in the pane even if intellisense works perfectly. The squiggles are very useful while editing, but for a more project-wide error list the compiler will be the ultimate source of truth.

@bobbrow
Copy link
Member

bobbrow commented Jul 13, 2020

You can try using the problem filters to only show the errors coming from the compiler.

image

As opposed to:

image

There is a feature request open on the vscode team to enable filtering by extension. You can go upvote this issue: microsoft/vscode#51103

@bobbrow bobbrow added this to the Tracking milestone Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants