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 op开发者_运维技巧tions but with no luck.
Image:
- Go to ReSharper > Options > Code Inspection > Inspection Severity
- Search for "path error" inspection
- Set inspection severity to "Do not show"
This is a new feature for Resharper 6. I recently uninstalled it (rolled back to old) as it was causing 'out-of-memory' exceptions for me.
So, it may not be 100% on the spot but I think the feature you're looking for should be under Coding Assistance | Code Completion
.
If you cannot customize that specific option (which I think you can't) then the other option is turn off the whole Code Analysis
thing.
IF this doesn't solve your problem, I'll try to find you an exact answer later.
精彩评论