https://github.com/evan-buss/font-switcher
Quickly switch your Visual Studio Code editor font.
https://github.com/evan-buss/font-switcher
Last synced: 3 months ago
JSON representation
Quickly switch your Visual Studio Code editor font.
- Host: GitHub
- URL: https://github.com/evan-buss/font-switcher
- Owner: evan-buss
- License: mit
- Created: 2018-04-15T21:49:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T05:52:00.000Z (over 1 year ago)
- Last Synced: 2025-03-26T21:23:11.012Z (3 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=evan-buss.font-switcher
- Size: 1.1 MB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Font Switcher
Font Switcher allows you to quickly configure your font settings from the command palette.
## Features
- Add / remove / reorder editor and terminal fonts.
- Modifies the `editor.fontFamily` and `terminal.integrated.fontFamily` settings respectively.
- Adjust size of editor and terminal fonts.
- Modifies the `editor.fontSize` and `terminal.integrated.fontSize` respectively.## Commands
### > Switch Font

### > Switch Terminal Font

### > Font Size

### > Terminal Font Size

## Extension Commands
This extension contributes the following commands:
- `font-switcher.switchFont`: Show a quickPick menu of the user defined editor font families.
- `font-switcher.setFontSize`: Show an input dialog for setting the font size
- `font-switcher.switchTerminalFont`: Show a quickPick menu of the user defined integrated terminal font families
- `font-switcher.setTerminalFontSize`: Show an input dialog for setting the terminal font size