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?

 

 

1
10 comments

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!

0

But doing so will stop ReSharper's highlighting

What I want is (Highlighting On) + (All Squiggle Off)

0

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.

0

I've already turned off ‘every error serverity’

and they happened

0

Please show a screenshot with what squiggles are left.

1

successfully compiled,  but so many wrong errors

0

Also 

1. Clear Cache

2. Tools→Options→Resharper→ Suspend / Resume 

3. Resharper Options → Uncheck Read Solution Model Directly

Not worked

0

Could you share your solution or some smaller one where we can reproduce these errors?

0

i cannot. it's commercial project

it's configured with many projects (C++23 / .Net Core) in 1 solution and R#

0

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?

0

Please sign in to leave a comment.