Skip to content

Commit ab8b13a

Browse files
authored
Add SonarLint to recommendation list (#333)
Signed-off-by: Rome Li <[email protected]>
1 parent 6d14bef commit ab8b13a

File tree

4 files changed

+42
-32
lines changed

4 files changed

+42
-32
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.9.0
4+
- Added SonarLint to the recommendation list
5+
36
## 0.8.1
47
- [#250] Added Quarkus recommendation
58
- [#251] Fixed typos

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The [📦 MicroProfile Extension Pack](https://marketplace.visualstudio.com/item
4141
### Quarkus
4242

4343
[📦 Quarkus Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-quarkus) is a feature-packed extension tailored for Quarkus application
44-
development within Visual Studio Code. You can quickly get started by using the extension's
44+
development within Visual Studio Code. You can quickly get started by using the extension's
4545
project generation and project debugging feature. The extension also provides amazing
4646
language features (completion, hover, validation etc.) for your project's application.properties file.
4747

@@ -55,6 +55,9 @@ You can use [📦 Docker](https://marketplace.visualstudio.com/items?itemName=Pe
5555

5656
Both [📦 Tomcat](https://marketplace.visualstudio.com/items?itemName=adashen.vscode-tomcat) and [📦 Jetty](https://marketplace.visualstudio.com/items?itemName=SummerSun.vscode-jetty) extension are available. They provide dedicated views to help work with your favorite web servers.
5757

58+
### Linting
59+
You can use [📦 SonarLint](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode) or [📦 CheckStyle](https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle) to detect and fix errors while editing.
60+
5861
## Questions & Issues
5962

6063
Each extension mentioned above is a separate open-source project and has its own repository. To make things easier, simply [🙋 open an issue in this repository](https://github.com/Microsoft/vscode-java-pack/issues). The new issue will be triaged and redirected.

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/overview/assets/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ <h3 class="font-weight-light">Extensions</h3>
169169
<div ext="vscjava.vscode-maven" displayName="Maven for Java">
170170
<a href="#" title="Install Maven for Java extension...">Install Maven for Java</a>
171171
</div>
172+
<div ext="SonarSource.sonarlint-vscode" displayName="SonarLint">
173+
<a href="#" title="Install SonarLint...">Install SonarLint</a>
174+
</div>
172175
<div ext="adashen.vscode-tomcat" displayName="Tomcat for Java">
173176
<a href="#" title="Install Tomcat for Java extension...">Install Tomcat for Java</a>
174177
</div>
@@ -210,6 +213,7 @@ <h3 class="font-weight-light">Microservices</h3>
210213
</div>
211214
<div>
212215
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3DMicroProfile-Community.vscode-microprofile-pack%26ssr%3Dfalse%23overview%22" title="Marketplace link for MicroProfile Extension Pack">MicroProfile Extension Pack for VS Code</a>
216+
</div>
213217
<div>
214218
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dredhat.vscode-quarkus%26ssr%3Dfalse%23overview%22" title="Marketplace link for Quarkus Tools for VS Code">Quarkus Tools for VS Code</a>
215219
</div>

0 commit comments

Comments
 (0)