Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evan-buss/font-switcher
Quickly switch your Visual Studio Code editor font.
https://github.com/evan-buss/font-switcher
Last synced: 30 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T05:26:40.000Z (over 2 years ago)
- Last Synced: 2023-03-03T11:34:47.816Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=evan-buss.font-switcher
- Size: 1.01 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
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
![live preview menu in action for editor font](screenshots/ChangeEditorFont.gif)
### > Switch Terminal Font
![live preview menu in action for terminal font](screenshots/ChangeTerminalFont.gif)
### > Font Size
![changing editor font size](screenshots/ChangeEditorFontSize.gif)
### > Terminal Font Size
![changing terminal font size](screenshots/ChangeTerminalFontSize.gif)
## 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