Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Settings DisplayNew to Visual Studio Code? Get it now.
Settings Display

Settings Display

fullstakov

|
47 installs
| (0) | Free
Display settings value in status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Settings Display

A VS Code extension that displays the value of a specified setting in the status bar.

Features

  • Displays the current value of any VS Code setting in the status bar
  • Updates in real-time when settings change
  • Configurable through VS Code settings

Configuration

This extension contributes the following settings:

  • settingsDisplay.settingToWatch: The setting to display in the status bar (default: "editor.fontSize")

Usage

  1. Install the extension
  2. The status bar will show the value of the configured setting (default is editor.fontSize)
  3. To change which setting to watch, modify the settingsDisplay.settingToWatch in VS Code settings
  4. The status bar will automatically update whenever the watched setting changes

Examples

To watch different settings, set settingsDisplay.settingToWatch to any valid VS Code setting path:

  • "editor.fontSize" - Shows current font size
  • "editor.tabSize" - Shows current tab size
  • "workbench.colorTheme" - Shows current theme name
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft