码迷,mamicode.com
首页 > 其他好文 > 详细

对 Visual Studio 中的Resharper禁用对某种文件的检测

时间:2015-05-31 18:16:07      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:

原因:在Visual Studio中安装Reshaper后,就会对各种文件进行代码检测,但是因为Reshaper更新的速度不是很及时,所以有时会对Visual Studio中某些新功能误断,导致Coding时各种红哗哗的错误

例如:

   

技术分享

   

   

因为Reshpaer对Razor中inject标识的误判,所以各种提示错误,这时可以想到的就是单独对cshtml关闭Reshaper

具体操作如下

菜单>Reshaper>Options…

然后展开Code Inspection

Elements to skip中的File masks中添加*.cshtml

   

技术分享

   

这样在再次打开cshtml文件时就不会受到Reshaper的影响了

   

 

对 Visual Studio 中的Resharper禁用对某种文件的检测

标签:

原文地址:http://www.cnblogs.com/chsword/p/visualstudio_disable_resharper_code_inspection.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!