Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Invisible AI Chart DetectorNew to Visual Studio Code? Get it now.
Invisible AI Chart Detector

Invisible AI Chart Detector

proflead

|
6 installs
| (0) | Free
Detects AI-style invisible watermark characters (Unicode Cf, zero-widths, BOM, bidi controls, special spaces) and common confusables (curly quotes, dashes, minus). Visualize as ⟦U+XXXX⟧, normalize (replace if possible, otherwise remove), and report locations.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Invisible AI Chart Detector

Detects & cleans invisible AI-style watermark characters in text:

  • Unicode Cf (format controls): ZWSP/ZWNJ/ZWJ/WJ, LRM/RLM/ALM, BOM, bidi controls (LRE/RLE/LRO/RLO/PDF/isolates), etc.
  • (Optional) Special spaces: NBSP/NNBSP/Ideographic/En/Em/Thin/Hair/MMSP.

Commands

  • Toggle Visualize (Replace ↔ Restore) — invisibleAiChartDetector.toggleVisualize
    Replaces watermark chars with ⟦U+XXXX⟧ so you can see & search them; run again to restore.
  • Remove All Watermarks — invisibleAiChartDetector.removeAll
  • Scan & Report (Output) — invisibleAiChartDetector.scanReport
  • Clean In Place — invisibleAiChartDetector.cleanInPlace
    Space-like watermarks → ASCII space; others removed.
  • Clean & Save Copy… — invisibleAiChartDetector.cleanSaveCopy

Settings

  • watermark.includeUnicodeCf (default true)
  • watermark.includeSpaceFamily (default true)
  • detect.includeNewlines (default false)
  • replace.format (default unicode) — shown as ⟦U+XXXX⟧ for safe restore
  • replace.includeNewlines (default false)
  • remove.includeNewlines (default false)
  • clean.replaceSpaceLikesToAscii (default true)
  • eolBadge (default false)
  • doubleBlankThreshold (default 2)

Notes

ASCII space (U+0020), TAB (U+0009), and newlines are not treated as watermarks unless explicitly enabled.

License

MIT © Vladislav Guzey (https://proflead.dev)

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