An open API service indexing awesome lists of open source software.

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

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)