A new setting workbench.fontAliasing was added (macOS) to control the font smoothing within the workbench and editor. By default, fonts are subpixel anti-aliased.
Continue reading

A new setting workbench.fontAliasing was added (macOS) to control the font smoothing within the workbench and editor. By default, fonts are subpixel anti-aliased.
Continue reading
In software development we are using many operators and symbols. But in programming languages they are always represented with multiple characters (==, !=, >=, <=, =>, …), but still represent a single symbol. Almost all the code editors support font ligature and can be used to improve the rendering of source code on screen.
Continue reading