From the course: Visual Studio Code Productivity Tips
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Use font ligatures to add symbols to your code
From the course: Visual Studio Code Productivity Tips
Use font ligatures to add symbols to your code
- [Instructor] So far in this course, I've been using the old Consolas font. It's okay, but there are better choices. I've switched to Cascadia Code, which is the new Microsoft monospace font. It's the default for Windows PowerShell and the full version of Visual Studio. I've already installed it on my computer. If you'd like to install it on yours, go to this GitHub location, download the zip file, unzip it, and install on your computer, and then you're ready to follow along. This tip is about using font ligatures, which is a way to add clarifying symbols to your code and text files. To use ligatures, you'll need to install a monospace font with the appropriate ligatures included in the character set, which is why I installed Cascadia Code. There is another choice. The most popular alternative is Fira Code. So you can see here in Visual Studio Code, I went to Settings and I looked for the word font, and I added the highest priority font I want to use is Cascadia Code. The second…
Contents
-
-
-
Explore and navigate code: Go to Definition3m 24s
-
(Locked)
Explore and navigate code: Find All References2m 21s
-
(Locked)
Explore and navigate code: Peek Definition1m 26s
-
(Locked)
Refactor the code5m
-
(Locked)
Tidy up code layout with Format Document4m 18s
-
(Locked)
Create custom keybindings for commands2m 18s
-
(Locked)
Fun with brackets and braces2m 49s
-
(Locked)
Simple technique to move code blocks52s
-
(Locked)
Use Emmet notation to quickly add boilerplate text8m 19s
-
(Locked)
Use font ligatures to add symbols to your code3m 31s
-
(Locked)
Better document tabs5m 10s
-
(Locked)
Declutter the UI2m 16s
-
(Locked)
Work with files3m 12s
-
(Locked)
Expand selection with keyboard shortcuts2m 14s
-
-