VSCode Font Size Adjuster
A simple VSCode extension that allows you to quickly adjust the editor font size from the status bar.
Features
- Display current font size in VSCode status bar
- Quickly adjust font size using plus/minus buttons in the status bar
- Customizable font size adjustment step
- Real-time font size display
Configuration
The following options can be configured in VSCode settings:
fontSizeAdjuster.step : Step value for each font size adjustment (default: 1)
Usage
- After installing the extension, you'll see the font size display in the VSCode status bar
- Click minus (-) to decrease font size
- Click plus (+) to increase font size
- The number in the middle shows the current font size
Common Issues
If the font size adjuster is not visible in the status bar:
- Check if the extension is properly installed
- Try restarting VSCode
If font size adjustment is not working:
- Verify you have sufficient permissions to modify VSCode settings
- Check for conflicts with other extensions
Notes
- Font size changes are saved in VSCode user settings
- Minimum font size is limited to 1
- Changes take effect immediately and are automatically saved
Contributing
Pull requests and issues are welcome.
License
MIT
Changelog
0.0.1
- Initial release
- Implemented basic font size adjustment functionality
- Added status bar control buttons
| |