ADCode

Lint diagnostics

Underlines the things that are wrong, or look wrong, while you type.

When you would want it

Finding a mistake as you make it costs a second. Finding it when the program runs costs a lot more.

Where to find it

  • All Features → Lint diagnostics
  • Settings → adcode.formatting.lintDiagnostics

What you get out of it

  • Mistakes cost seconds, not test runs.
  • Findings arrive as you type, so context is still in your head when you fix them.
  • Everything collects in one panel - nothing hides in a tab you forgot to open.

How to use it, step by step

  1. Type as usual - problems underline themselves while you work.
  2. Red means broken, yellow means suspicious.
  3. Hover an underline for the detail, rewritten in plain English above the original message.
  4. Open the Problems panel to see every finding across the project in one list.

Why this beats the usual way

Linters elsewhere are an install-and-configure ritual. ADCode surfaces diagnostics from the tools already on your machine, the moment they exist, and explains them in sentences before showing you raw codes.

Find it in Universal Search

Lint diagnostics · Formatting