The good news is that Visual Studio 2022 has been announced, and if you haven't read the announcements, the big deal is that it's finally a 64 bit tool. You can still build 32 bit apps with it, but the tool is now 64 bit. I hope SQL Server Management Server (SSMS) will also follow it to 64 bit but that's not likely to be known as yet.
However, one interesting part of the announcement is a new font designed to be used for development. It's called Cascadia Code. And even though Visual Studio 2022 isn't available yet, the font is. I've been trying it in SSMS and quite like it. Previously I was using Consolas.
Installing Cascadia Code
It's easy to install. Here are the steps:
- Download the latest release from here: https://github.com/microsoft/cascadia-code/releases
- Unzip the downloaded file and from the ttf folder (presuming you're running Windows), copy the files CascadiaCode.ttf, CascadiaCodePL.ttf, CascadiaMono.ttf, and CascadiaMonoPL.ttf.
- Right click each one and click Install for all users.
Using Cascadia Code in SSMS
Using the fonts in SSMS is easy. From the Tools menu, click Options.
From the Environment section, click Fonts and Colors.
Now the fonts will be available in the drop-down list for Font.
You'll then see a list similar to what's in the main image above. Note that fonts that are shown bold are fonts with fixed spacing (i.e. not proportional fonts), and that's usually what I want when doing development.
I was curious, so I installed this font, but I don't see that much difference with courier.
I find it quite different to Courier, but not greatly different from Consolas (which is what I normally use). On the GitHub site, there is doco on what's different and why they've designed it.
One other thing that I did notice, is that it didn't seem to change immediately. I made the change, and next time I loaded SSMS, it was altered. No idea why. It normally changes immediately.
That was also probably the case with me. It is indeed a different font.
Thank you Greg.
I have been using Adobe's open source font called "Source Code Pro" for a while.
https://fonts.adobe.com/fonts/source-code-pro
Hi Nirav, I'll be interested to see what you think of this one.