最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - SonarLint vs SonarTS - Stack Overflow

programmeradmin0浏览0评论

I am really confused about SonarLint and SonarTS.

I have used SonarLint in my Visual Studio, but my client ask me to use SonarTs plugin

SonarLint does analysis for overall project and SonarTS does analysis for only Typescript Projects. Am I correct? Does SonarTsPlugine support C# code? I am totally confused. I have an idea about SonarQube And SonarLint difference, but no idea about SonarLint and SonarTS.

I am really confused about SonarLint and SonarTS.

I have used SonarLint in my Visual Studio, but my client ask me to use SonarTs plugin

SonarLint does analysis for overall project and SonarTS does analysis for only Typescript Projects. Am I correct? Does SonarTsPlugine support C# code? I am totally confused. I have an idea about SonarQube And SonarLint difference, but no idea about SonarLint and SonarTS.

Share Improve this question edited Oct 22, 2019 at 11:56 domino_katrino 3643 silver badges19 bronze badges asked Feb 2, 2018 at 10:00 Ramesh RajendranRamesh Rajendran 38.8k49 gold badges159 silver badges240 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 4

SonarLint is an IDE extension for IntelliJ IDEA, Eclipse, Visual Studio, VS Code, Atom.

SonarLint includes a list of language analyzer plugins, and SonarTS is the one for Typescript.

To check if SonarLint support TypeScript in your IDE visit https://www.sonarlint/ and click on your IDE name.

At the time I'm wiring this answer, TypeScript is included in SonarLint for VS Code, but not in SonarLint for Visual Studio.

SonarTs Plugin is a munity plugin for SonarQube to analyse TypeScript code.

  1. if you install it on your SonarQube
  2. if you use connected mode of SonarLint in your IDE

then probably you can profit from SonarTs Plugin in your IDE (while I'm not sure if TS files will be at all analysed)

发布评论

评论列表(0)

  1. 暂无评论