Based on the 2025 Moray Code
This repository recommends the following VS Code extensions for the best development experience:
|
Code Spell Checker |
SonarLint |
Checkstyle for Java |
To use the custom SonarLint rules configured for this repository, you need to copy the SonarLint rules from .vscode/settings.json into your user settings:
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+Pon Mac). - Type and select Preferences: Open User Settings (JSON).
- Copy the
"sonarlint.rules"section from.vscode/settings.jsoninto your user settings file.
This ensures SonarLint uses the same code quality rules as the repository.