Want R# Highlighting On And Inspection Squiggle Off. Is that possible?
I use vs2022 17.14, R# 2024.1 and C++23
I like R# highlighting it's fast and visually good
but I feel discomfort about R# Code Inspection. It makes so many wrong error squiggles at innocent code.
Can I Keep Resharper Highlighting On and All Resharper squiggle Off ?
How Can I do?
Please sign in to leave a comment.
Hello,
You can disable code analysis in code inspection settings:
It's better to configure R# inspections and turn off those that you don't find useful for some reason though. It's very easy to disable an inspection from the Alt+Enter menu.
If you could share more details about “wrong error squiggles” that would be great.
Thanks!
But doing so will stop ReSharper's highlighting
What I want is (Highlighting On) + (All Squiggle Off)
I think the only way to do that would be to go into inspections settings and turn off inspections. You can select multiple inspections with Shift-Click and press Space to toggle them.
I've already turned off ‘every error serverity’
and they happened
Please show a screenshot with what squiggles are left.
successfully compiled, but so many wrong errors
Also
1. Clear Cache
2. Tools→Options→Resharper→ Suspend / Resume
3. Resharper Options → Uncheck Read Solution Model Directly
Not worked
Could you share your solution or some smaller one where we can reproduce these errors?
i cannot. it's commercial project
it's configured with many projects (C++23 / .Net Core) in 1 solution and R#
It's hard to tell why the code is red then. You could try coming up with a minimal file that shows red code. Are all of the include directives resolved in your file?