Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove "Use Directory" message from ReSharper

I just started a MVC3 Razor application and started typing out in one of the .cshtml files and I added an a tag with href, when I entered the location it keeps telling me to use a directory that it wants me to use. I cannot get rid of this and it is always visible.

Does anyone know what this feature is called and how to disable it either permanently or for certain files, either way is good. I tried looking through the options but with no luck.

Image:

enter image description here

like image 867
JakeJ Avatar asked Jul 12 '11 16:07

JakeJ


1 Answers

  1. Go to ReSharper > Options > Code Inspection > Inspection Severity
  2. Search for "path error" inspection
  3. Set inspection severity to "Do not show"
like image 144
Jura Gorohovsky Avatar answered Sep 30 '22 20:09

Jura Gorohovsky