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
- Install the extension
- The status bar will show the value of the configured setting (default is editor.fontSize)
- To change which setting to watch, modify the
settingsDisplay.settingToWatch in VS Code settings
- 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
| |