Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LogsANCNew to Visual Studio Code? Get it now.
LogsANC

LogsANC

REDA FIROUD

|
3 installs
| (0) | Free
Filter noisy log files by dimming or hiding lines. Works on static files and live streams.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LogsANC — Logs Noise Cancelling

Filter log files by hiding noisy lines, showing only important ones, or both. Works on static files and live streams.

How It Works

LogsANC has two filtering modes:

  • Dim — lines stay in the document but are visually faded out, making them easy to skip over while still being accessible.
  • Hard Hide — lines are completely removed from a separate filtered view panel, giving you a clean output with only the lines you care about.

Both modes support exclude (hide lines matching a term) and include (show only lines matching a term) filters, and they can be combined.

Features

  • Dim filters — fade out noisy lines or highlight important ones without removing any content
  • Hard filters — completely remove lines in a separate filtered view panel
  • Selection shortcuts — right-click selected text to instantly add it as a filter
  • Filtered view — open a side panel showing only the lines that pass your hard filters
  • Live stream support — filters re-apply automatically as the document changes
  • Toggle on/off — enable or disable all filtering without losing your filter list
  • Manage filters — view and remove active filters from a single panel
  • Status bar — shows the current filter state at the bottom of the editor (e.g. ANC: -2 +1)
  • Editor title bar icons — quick access to toggle filtering, manage filters, clear all, and open the filtered view

Usage

Commands (via Command Palette Ctrl+Shift+P)

Command Description
Logs NC: Add Exclude Term Dim lines containing a term
Logs NC: Add Include Term Dim lines NOT containing a term
Logs NC: Remove Exclude Term Remove a dim exclude filter
Logs NC: Remove Include Term Remove a dim include filter
Logs NC: Hard Hide Lines Containing... Completely hide matching lines in filtered view
Logs NC: Hard Show Only Lines Containing... Show only matching lines in filtered view
Logs NC: Remove Hard Hide Term Remove a hard hide filter
Logs NC: Remove Hard Show Term Remove a hard show filter
Logs NC: Open Filtered View Open a read-only panel with filtered output
Logs NC: Manage Filters View and remove active filters
Logs NC: Clear All Filters Remove all active filters
Logs NC: Toggle Filtering On/Off Enable or disable filtering
Logs NC: Enable Filtering Enable filtering
Logs NC: Disable Filtering Disable filtering

Right-click menu

Select any text in the editor and right-click to:

  • Exclude Selected Text — dim lines containing the selection
  • Include Selected Text — dim lines not containing the selection
  • Hard Hide Selected Text — hide lines containing the selection in filtered view
  • Hard Show Selected Text — show only lines containing the selection in filtered view

Extension Settings

Setting Default Description
logsNoiseCancelling.dimOpacity 0.15 Opacity of dimmed lines (0 = invisible, 1 = fully visible)
logsNoiseCancelling.autoRefreshOnChange true Re-apply filters when the document changes (for live log streams)

Release Notes

1.0.4

  • Updated documentation
  • Fixed filtered view source file matching

1.0.0

Initial release.

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