Yup, thinks are looking great in 3146!
Dev Build 3145
Is there a way to turn off ligatures to wait a bit until things get smoothed out? In JavaScript ="
get turned into =>
.
Edit: Only when using ="
in template literals, e.g. <div className="something">
. It turns out, I donāt need the quotation marks to add attributes, so that more or less solves my problem.
if you prefer stability, you should probably stay away from dev builds Jon fixes critical bugs very quickly though. 3147 already!
One other thing this fixed is the odd rendering artifact I used to get when using PragmataPro - where the top couple of pixels would disappear from every line. I either had to use a different font, or use GDI rendering on windows to fix this issue - but now I can use DirectWrite and PragmataPro without issue. Thanks!
Reporting rendering issues with Fira Code:
The !=
is rendered without ligatures in source code, but as proper ligature inside COMMENTS? Howās that even possible.
PS: this is C++ code
I can confirm as well that I no longer see the issue that ="
is converted to =>
. Thanks for the quick fix!
And I agree with @prmaple that dev channel is not the place to complain about bleeding edge issues.
@berkus, Iām using Fira Code as well and donāt have this issue (with JavaScript) on v3147.
@jps build 3147 fixes my issue with long lines of 100 hyphens not being displayed correctly.
Thanks for the quick fix.
Anyone else here experiencing the vanishing of the package control from the command palette on 3147?
Open Command Palette āŗ Preferences: Settings
and remove it from "ignored_packages"
. Sometimes it happens.
Iām not sure what it is, but something seems off with the new font rendering in 3147 for me (Iām on mac OS 10.12.6).
Itās like the antialiasing is slightly off somehow. The command pallette and Goto Anything popups seem particularly badly affected:
Also, while on the topic, Iām also experiencing some ligatures in some places but not everywhere. Iāve seen people experiencing issues with ligatures only in certain languages, shouldnāt this be globally active? Iām using the Iosevka font, scroll down a bit to see the huge list of ligatures, which donāt work in 3147 yet.
P.S. the ligatures work flawlessly
<!-- and -->
this is what was missing from the PS, THESE ligatures work flawlessly
Ligatures arenāt enabled by default for me, anything I need to do in the settings?
macOS, build 3147, Fira Code (OTF)