/FontSizer

Visual Studio Extension for easily change the font sizes in the editors or environment.

Primary LanguageC#OtherNOASSERTION

Font Sizer

Build status

Download this extension from the VS Marketplace or get the CI build.


Visual Studio 2017 Extension for easily changing the font sizes in the editor or environment.

Credits

I learned a lot from this oustanding extension. Essentially, I updated for VS 2017 and added environment font size changing. Sam Harwell gets all the credit for the hard work. https://github.com/tunnelvisionlabs/PresentationMode

Features

Quickly change the editor's font sizes or the environment's font size.

Recommend assigning shortcut keys to each of the 4 commands. These are the commands I use:

  • CTRL + Num Pad Arrow Up = Increase editor font sizes
  • CTRL + Num Pad Arrow Down = Decrease editor font sizes
  • CTRL + Num Pad Arrow Right = Increase environment font size
  • CTRL + Num Pad Arrow Left = Increase environment font size

Change Editor Font Size

Each time the respective Editor increase font size or decrease font size command is invoked the following changes are made:

  • TextEditor changes by 2
  • StatementCompletion changes by 1
  • TextOutputToolWindows changes by 1
  • Tooltip changes by 1
  • CodeLensCategory changes by 1

Change Environment Font Size

Each time the respective Editor increase font size or decrease font size command is invoked the environment font size is changed by 2.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0