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

dznlint for VSCode

Dznlint

|
188 installs
| (0) | Free
Static analysis and coding style errors for Dezyne code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

dznlint for VSCode

This extension adds dznlint integration to VSCode. dnzlint is a static analysis and linting tool for the Dezyne language.

Configuring linting ruleset

To configure the ruleset you want to use for your project, add a dznlint.config.json file to your workspace root.

For example:

{
    "implicit_illegal": "warning", // Do not allow explicit illegals
    "naming_convention": {
        "component": "[A-Z][a-zA-Z0-9]*", // Set naming convention for component
        "interface": "I[A-Z][a-zA-Z0-9]*" // Set naming convention for interface
    },
    "no_shadowing": "warning" // Set shadowing rule violations to 'warning' severity
}

For all configuration options, see the dznlint repository.

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