diff --git a/MarketPlaceFiles/VS2022/overview-2022.md b/MarketPlaceFiles/VS2022/overview-2022.md index 323c41e8a..c10b98c46 100644 --- a/MarketPlaceFiles/VS2022/overview-2022.md +++ b/MarketPlaceFiles/VS2022/overview-2022.md @@ -1,16 +1,14 @@ -## **SonarLint: Your first line of defense for quality and secure code** +## **SonarQube for IDE: Your first line of defense for quality and secure code** -SonarLint helps you detect and fix Bugs, Code Smells, and Security Vulnerabilities in-IDE. +SonarQube for IDE (formerly SonarLint) helps you detect and fix Bugs, Code Smells, and Security Vulnerabilities in-IDE. It supports C#, VB.NET, C, C++, JS, and TS. The extension highlights coding flaws on the fly and provides clear guidance to fix issues before code is committed. -## **What is SonarLint** - -SonarLint is a **_Free_** and **_Open Source_** IDE extension that identifies and helps you fix Code Quality and Code Security issues as you code. Analogous to a spell checker, SonarLint squiggles flaws and provides real-time feedback and clear remediation guidance so you can deliver clean code from the get-go. - -SonarLint for Visual Studio is more than your average linting tool. +## **What is SonarQube for IDE** +SonarQube for IDE is a **_Free_** and **_Open Source_** IDE extension that identifies and helps you fix Code Quality and Code Security issues as you code. Analogous to a spell checker, SonarQube for IDE squiggles flaws and provides real-time feedback and clear remediation guidance so you can deliver clean code from the get-go. +SonarQube for IDE: Visual Studio is more than your average linting tool. * Scans code written in C#, VB.NET, C, C++, Javascript, TypeScript. * Open source JavaScript, TypeScript, C# & VB.NET code analyzers. @@ -22,33 +20,33 @@ SonarLint for Visual Studio is more than your average linting tool. Highlights issues in your code, tells you why they are harmful, and how they should be fixed -SonarLint provides Visual Studio developers a comprehensive in-IDE solution for improving the quality and security of the code they deliver. +SonarQube for IDE provides Visual Studio developers a comprehensive in-IDE solution for improving the quality and security of the code they deliver. [Learn More](https://www.sonarsource.com/products/sonarlint/features/visual-studio/) ![sonarlint-warnings](https://raw.githubusercontent.com/wiki/SonarSource/sonarlint-visualstudio/images/Marketplace/squiggly.png) -## **Get Started with SonarLint** +## **Get Started with SonarQube for IDE** -After you download SonarLint, simply open a project, start coding and SonarLint will start analyzing your issues. +After you download SonarQube for IDE, simply open a project, start coding and SonarQube for IDE will start analyzing your issues. -You can also check out the [SonarLint documentation here](https://docs.sonarsource.com/sonarlint/visual-studio/). +You can also check out the [SonarQube for IDE documentation here](https://docs.sonarsource.com/sonarlint/visual-studio/). -## **Why SonarLint** +## **Why SonarQube for IDE** -With unparalleled support for C#, VB.NET, C, C++, JavaScript, and TypeScript, SonarLint performs on-the-fly smart analysis to ensure that the code you deliver is always high quality and secure. +With unparalleled support for C#, VB.NET, C, C++, JavaScript, and TypeScript, SonarQube for IDE performs on-the-fly smart analysis to ensure that the code you deliver is always high quality and secure. * **Instant feedback on coding issues** - SonarLint provides immediate feedback on Bugs, Code Smells, and Security Vulnerabilities as you code. + SonarQube for IDE provides immediate feedback on Bugs, Code Smells, and Security Vulnerabilities as you code. * **Hundreds of language-specific rules with clear guidance** - SonarLint provides you with all the information on why the highlighted issue is problematic and how to fix it. With clear remediation guidance and plenty of detailed examples, addressing issues is simple and intuitive. + SonarQube for IDE provides you with all the information on why the highlighted issue is problematic and how to fix it. With clear remediation guidance and plenty of detailed examples, addressing issues is simple and intuitive. Check out the language specific rules: @@ -103,25 +101,25 @@ C# * **Helps you grow in your development journey** - Aside from detecting issues and providing useful cues to fix the issues, the insights provided by SonarLint support better code ownership so that as a developer you will begin to recognize those mistakes and remember to prevent them in the future. + Aside from detecting issues and providing useful cues to fix the issues, the insights provided by SonarQube for IDE support better code ownership so that as a developer you will begin to recognize those mistakes and remember to prevent them in the future. -## **SonarLint for Teams** +## **SonarQube for IDE for Teams** -SonarLint works great as a standalone tool but you can take it to the next level by connecting it with [SonarQube](https://www.sonarqube.org/) or [SonarCloud](https://sonarcloud.io/). SonarQube and SonarCloud analyze Pull Requests and branches in your DevOps platform (BitBucket, GitHub, Microsoft Azure, GitLab) and perform non-disruptive code quality and security checks to reliably track your codebase health. +SonarQube for IDE works great as a standalone tool but you can take it to the next level by connecting it with [SonarQube Server](https://www.sonarqube.org/) or [SonarQube Cloud](https://sonarcloud.io/). SonarQube (Server, Cloud) analyze Pull Requests and branches in your DevOps platform (BitBucket, GitHub, Microsoft Azure, GitLab) and perform non-disruptive code quality and security checks to reliably track your codebase health. -The 'connected mode' configuration ties SonarLint's continuous Code Quality and Code Security analysis from IDE to the entire CI/CD workflow and back again to your IDE. +The 'connected mode' configuration ties SonarQube for IDE's continuous Code Quality and Code Security analysis from IDE to the entire CI/CD workflow and back again to your IDE. * **Common expectations for Code Quality and Code Security** - Applied rules and analysis settings from SonarQube/SonarCloud are extended to SonarLint so that teams can coalesce on a shared definition of code health. + Applied rules and analysis settings from SonarQube (Server, Cloud) are extended to SonarQube for IDE so that teams can coalesce on a shared definition of code health. * **More rule coverage** - When paired with SonarQube or SonarCloud, you can benefit from additional rules for security vulnerabilities and security hotspots in IDE to identify issues earlier. + When paired with SonarQube (Server, Cloud), you can benefit from additional rules for security vulnerabilities and security hotspots in IDE to identify issues earlier. * **Smart notifications for improved quality and delivery**