博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何关闭ReSharper中的[ Use 'var' ]提示
阅读量:6638 次
发布时间:2019-06-25

本文共 516 字,大约阅读时间需要 1 分钟。

ReSharper,确实是个很不错的工具,代码如果写得不规范他会提示,而且可以根据自己的需求自定义代码规范。

默认设置的提示已经相当完美,但美中不足就是老提示你用var来代替所有类型。在网上找了下,下面就是修改的办法,特记下来。

 

To disable these suggestions, do the following:
  1. Go to the ReSharper menu and select Options…
  2. From the resulting dialog box, select Code Inspection, Inspection Severity.
  3. Select the C# tab and then Language Usage Opportunities.
  4. Set both “Use ‘var’ keyword when initializer explicitly declares type” and “Use ‘var’ keyword when possible” to “Do not show”.

转载于:https://www.cnblogs.com/hlanc/p/3412407.html

你可能感兴趣的文章
Lync 小技巧-32-无TMG-internet-Lync 2013 For iPhone如何做
查看>>
又晚睡了...
查看>>
技术的学习
查看>>
Oracle select 中case 的使用以及使用decode替换case
查看>>
[Android Memory] Android Zipalign zip对齐优化app程序
查看>>
[LeetCode] Factorial Trailing Zeroes 求阶乘末尾零的个数
查看>>
JVM实用参数(八)GC日志
查看>>
Web常见安全漏洞原理及防范-学习笔记
查看>>
yield next和yield* next的区别
查看>>
JAVASCRIPT
查看>>
python-django
查看>>
Java实现二叉树及相关遍历方式
查看>>
golang学习笔记17 爬虫技术路线图,python,java,nodejs,go语言,scrapy主流框架介绍...
查看>>
android socket 编程总结
查看>>
git checkout 和 git checkout --merge <branch_name>使用
查看>>
大数据应用蓝皮书:未来涉及5个热点领域
查看>>
IDEA Error:java: 未结束的字符串文字
查看>>
nrf51822, How to use a vendor specific UUID?
查看>>
Jackson xml json
查看>>
TortoiseGit(乌龟git)保存用户名密码的方法(转)
查看>>