-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make display of error panel optional #24
Comments
Ok I can add an option for that. Are you getting unwanted errors in the output? |
I am, but this is due to two external things:
I just don't think that mitigating this is in the scope of ClangComplete - that's why I said I only use it for its completions in this project. |
Ok so there is the |
I got quite a few warnings which I can't disable via a command line flag. How would you filter messages that can't be disabled without the risk of having lots of false positives? |
Summary: Could you make the display of the error panel optional and default to
ON
?I'm currently working on a project in which I mainly use ClangComplete for its completions, not the errors, as they are somewhat unreliable given that I'm compiling a miniature operating system for a university course.
The text was updated successfully, but these errors were encountered: