Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>CacheQuality for VSCodeNew to Visual Studio Code? Get it now.
CacheQuality for VSCode

CacheQuality for VSCode

litesolutions-es

|
3,807 installs
| (1) | Free
CacheQuality for VSCode is an IDE extension that helps you detect and fix quality issues as you write code in ObjectScript and JavaScript.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CacheQuality for Visual Studio Code

CacheQuality for VSCode is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this plugin squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (ObjectScript and JavaScript)

How it works

Simply open a INT, MAC, CLS or JS file, start coding, and you will start seeing issues reported by CacheQuality. Issues are highlighted in your code, and also listed in the 'Problems' panel.

sonarlint on-the-fly

sonarlint on-the-fly

You can access the detailed rule description directly from your editor, using the provided contextual menu.

rule description

Rules

Check the rules to see what SonarLint can do for you:

  • ObjectScript rules
  • JavaScript rules

You will benefit from the following code analyzers: CacheQuality and SonarJS

Requirements

The only thing you need is a Java Runtime (JRE) 8 installed on your computer.

SonarLint should automatically find it but you can also explicitly set the path where the JRE is installed using the 'sonarlint.ls.javaHome' variable in VS Code settings. For example:

{
    "sonarlint.ls.javaHome": "C:\Program Files\Java\jre1.8.0_131"
}

Connected mode

You can connect SonarLint to SonarQube >= 5.6 or SonarCloud to benefit from the same rules and settings that are used to inspect your project on the server. SonarLint then hides in VSCode the issues that are marked as Won’t Fix or False Positive.

To configure the connection, have a look at SonarLint in default user settings.

If you change something on the server such as the quality profile, you can trigger an update of the local cache using the "Update SonarLint binding to SonarQube/SonarCloud" command on the command palette (search for "sonarlint").

For security reasons, the token should not be stored in SCM with workspace settings.

Contributions and license

CachéQuality for VSCode is a software distributed under freeware basis. This software is composed of the CachéQuality plugin and a modified version of SonarLint.

SonarLint is a trademark of SonarSource S.A., and is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. See the GNU Lesser General Public License for more details.

CachéQuality for VSCode is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Feedback

The preferred way to discuss about CacheQuality for VSCode is by posting on the Project Issues tab. Feel free to ask questions, report issues, and give suggestions.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft