首页 > 其他 > 详细

SonarLint 代码质量管理

时间:2019-03-01 10:08:24      阅读:215      评论:0      收藏:0      [点我收藏+]

Below are the instructions of how to install and use SonarLint.

  1. Install SonarLint Extensions in VS2017
    Tools -> Extensions and Updates -> Click online menu on the left -> input [SonarLint] in upper right corner search bar -> search and click Download -> Close VS when you finish downloading -> installation done

  2. Detect code mistakes using SonarLint
    Open a project with VS, then open a code file, you can see on-the-fly analyzing results. (You may need to choose on the error category to display such results, like warnings)
    技术分享图片

Double click results and it will lead you to the corresponding code like below:
技术分享图片

There will be a hint displayed when your mouse move over the error code
技术分享图片
技术分享图片

  1. Configure an overall analysis for your code (if necessary)
    The code analyzing function of VS on which SonarLint relies will analyze code of current opened files only by default. It can also be set to analyze all code. Steps are as below:

Tools -> Options -> Text Editor -> C# -> Advanced -> Select [Enable full solution analysis]

SonarLint 代码质量管理

原文:https://www.cnblogs.com/tangge/p/10454726.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!