https://github.com/scorphus/editorzoom
Editor Zoom extension for Visual Studio Code
https://github.com/scorphus/editorzoom
Last synced: about 1 year ago
JSON representation
Editor Zoom extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/scorphus/editorzoom
- Owner: scorphus
- Created: 2018-05-28T15:15:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T13:55:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T20:28:08.532Z (over 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Editor Zoom
This tiny Visual Studio Code plugin allows you to zoom the editor font in and out using `Cmd+8` and `Cmd+9` (Ctrl on Win/Linux).
The built-in zoom mechanism zoom the entire window, which is not always desirable.
The editor zoom updates editor.fontSize in `settings.json` and is thus persistent.
## Contributing
Go to github.com/zolo/editorzoom to contribute patches and report issues.
Suggestions:
* Make the font size change configurable (currently +/- 1)
* Test on Windows/Linux, make necessary fixes (keymappings)