All Projects → SonarSource → Sonarlint Intellij

SonarSource / Sonarlint Intellij

Licence: other
SonarLint for IntelliJ

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Sonarlint Intellij

Recompose
recompose is a tool for converting Android layouts in XML to Kotlin code using Jetpack Compose.
Stars: ✭ 294 (-28.64%)
Mutual labels:  intellij
Intellij Idea Tutorial
IntelliJ IDEA 简体中文专题教程
Stars: ✭ 19,071 (+4528.88%)
Mutual labels:  intellij
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (-14.56%)
Mutual labels:  intellij
Intellij Elm
Elm language support for IntelliJ, WebStorm, PhpStorm and PyCharm (JetBrains)
Stars: ✭ 305 (-25.97%)
Mutual labels:  intellij
Intellij Colors Solarized
Solarized Colorscheme for IntelliJ IDEA
Stars: ✭ 3,266 (+692.72%)
Mutual labels:  intellij
Intellij Rust
Rust plugin for the IntelliJ Platform
Stars: ✭ 3,781 (+817.72%)
Mutual labels:  intellij
Magento2 Phpstorm Plugin
PHPStorm Plugin for Magento 2
Stars: ✭ 294 (-28.64%)
Mutual labels:  intellij
Stringmanipulation
IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Stars: ✭ 400 (-2.91%)
Mutual labels:  intellij
Here Be Dragons
An Intellij/Android Studio plugin to help visualise side effects in your code.
Stars: ✭ 325 (-21.12%)
Mutual labels:  intellij
Intellij Rainbow Brackets
🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio
Stars: ✭ 3,663 (+789.08%)
Mutual labels:  intellij
Intellij Micropython
Plugin for MicroPython devices in PyCharm and IntelliJ
Stars: ✭ 312 (-24.27%)
Mutual labels:  intellij
Intellij Plugin V4
An IntelliJ plugin for ANTLR v4
Stars: ✭ 318 (-22.82%)
Mutual labels:  intellij
Perl5 Idea
Perl5 plugins for IntelliJ IDEA
Stars: ✭ 343 (-16.75%)
Mutual labels:  intellij
Themecreator
https://mswift42.github.io/themecreator/ create themes for intellij, textmate, atom, emacs, vim and gnome terminal.
Stars: ✭ 303 (-26.46%)
Mutual labels:  intellij
Eclipsecodeformatter
IntelliJ plugin - Allows using Eclipse's code formatter directly from IntelliJ. https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter
Stars: ✭ 390 (-5.34%)
Mutual labels:  intellij
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-28.88%)
Mutual labels:  intellij
Intellij Postfix Templates
Custom Postfix Templates for Intellij IDEA
Stars: ✭ 334 (-18.93%)
Mutual labels:  intellij
Intellij Generateallsetmethod
Intellij plugin to generate call to setter method value for class
Stars: ✭ 410 (-0.49%)
Mutual labels:  intellij
Intellij Rainbow Fart
🌈一个在你编程时持续夸你写的牛逼的扩展,可以根据代码关键字播放贴近代码意义的真人语音。Inspired by vscode-rainbow-fart
Stars: ✭ 391 (-5.1%)
Mutual labels:  intellij
Svelte Intellij
Svelte components in WebStorm and friends
Stars: ✭ 345 (-16.26%)
Mutual labels:  intellij

SonarLint IntelliJ Plugin

Build Status Quality Gate

SonarLint is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, SonarLint squiggles flaws so they can be fixed before committing code.

Useful links

How to install

You can install SonarLint from the JetBrains Plugin Repository, directly available in the IDE preferences.

Node.js >= 8.x is required to perform JavaScript or TypeScript analysis.

Have Question or Feedback?

For SonarLint support questions ("How do I?", "I got this error, why?", ...), please first read the FAQ and then head to the SonarSource forum. There are chances that a question similar to yours has already been answered.

Be aware that this forum is a community, so the standard pleasantries ("Hi", "Thanks", ...) are expected. And if you don't get an answer to your thread, you should sit on your hands for at least three days before bumping it. Operators are not standing by. :-)

Contributing

If you would like to see a new feature, please create a new thread in the forum "Suggest new features".

Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes.

With that in mind, if you would like to submit a code contribution, please create a pull request for this repository. Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make.

Make sure that you follow our code style and all tests are passing.

How to build

./gradlew buildPlugin

Note that the above won't run tests and checks. To do that too, run:

./gradlew check buildPlugin

For the complete list of tasks, see:

./gradlew tasks

How to run ITs

./gradlew :its:check

The above will start an IDE instance, wait for the UI robot server to start, run the ITs and finally close the IDE.

To test against a specific version of IntelliJ, the ijVersion property can be used, e.g.:

./gradlew :its:check -PijVersion=IC-2019.3

In development mode, it can be handy to separately start the IDE and run the tests, as follows:

./gradlew :its:runIdeForUiTests
./gradlew :its:test

The :its:runIdeForUiTests task is blocking. Also please note that the IDE must be in foreground while tests are executed.

How to develop in IntelliJ

Import the project as a Gradle project.

Note: whenever you change a Gradle setting (for example in build.gradle), don't forget to Refresh all Gradle projects in the Gradle toolbar.

To run an IntelliJ instance with the plugin installed, execute the Gradle task runIde using the command line, or the Gradle toolbar in IntelliJ, under Tasks/intellij. The instance files are stored under build/idea-sandbox.

Keep in mind that the clean task will wipe out the content of build/idea-sandbox, so you will need to repeat some setup steps for that instance, such as configuring the JDK.

Whenever you change dependency version, the previous versions are not deleted from the sandbox, and the JVM might not load the version that you expect. As the clean task may be inconvenient, an easier workaround is to delete the jars in the sandbox, for example with:

find build/idea-sandbox/ -name '*.jar' -delete

How to release

See release pipeline at Azure DevOps.

License

Copyright 2015-2021 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].