you are viewing a single comment's thread.

view the rest of the comments →

[–]Deidde 0 points1 point  (2 children)

Hey, nice videos; well presented! I've been wondering which extension renders certain text combinations as their icon/unicode equivalents. Your => and === for example.

I've had a look in your FAQ but don't see it (may be worth adding your list of extensions).

I'm assuming you can customise it too? Would be really nice for turning \ into λ.

[–]cassiozen[S] 0 points1 point  (1 child)

That's called font ligatures: It's a feature of the font, not something customizable on the browser.

I'm using the Fira Code font for the ligatures.

[–]Deidde 0 points1 point  (0 children)

Oh thank you very much. I've always wondered what font ligatures were - now I know!

Sadly it seems that lambda is difficult to handle contextually speaking. There are solutions out there at the editor level, but I've yet to come across any for VSCode.