Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ligatures in PhpStorm #13

Open
devajmeireles opened this issue Nov 10, 2023 · 13 comments
Open

Ligatures in PhpStorm #13

devajmeireles opened this issue Nov 10, 2023 · 13 comments
Milestone

Comments

@devajmeireles
Copy link

❤️ this project, thanks.

How we can use the ligatures in PhpStorm (the most used PHP IDE)?

@prplecake
Copy link

Looks like this might affect all JetBrains products - ligatures aren't working in Rider either.

@seanm-fathomhq
Copy link

I can't even get the fonts to show up at all in Rider 😩 let alone ligatures

@lfdominguez
Copy link

Ligatures not working on IntelliJ IDEA neither.

@prplecake
Copy link

@seanm-fathomhq These fonts didn't seem to show up in the monospace section that JetBrains puts at the top of the list. An IDE restart may be required after installing the fonts. That was the case for me on Windows, though my IDEs on macOS picked up the new fonts right away.

@seanm-fathomhq
Copy link

Nah unfortunately they don't seem to work at all for me 😕 they're definitely installed, I can see them in the Fonts list in Control Panel and they come up in other apps, but in Rider they don't show up in the list either as Monospaced or Proportional. Tried both the variable and non-variable fonts, tried restarting the IDE and Windows itself. It's possible Rider is doing something different from the other IntelliJ-based IDE's 🤷‍♂️

@nizur
Copy link

nizur commented Nov 10, 2023

They show up and I'm able to select them, but ligatures don't work.

@seanm-fathomhq
Copy link

not show in fontslist of jetbrains ide

You're searching for "monospa" but the font family is called "Monaspace" (with an "a"). Still though, example from my IDE:
image
image
Fonts are showing up in Notepad though so they're definitely installed:
image

@svenjacobs
Copy link

Same for Android Studio.

I can see a difference regarding texture healing when toggling "Enable ligatures" on and off but it's not working for combinations like != for example.

@savvinov-a
Copy link

image same on goland, ligaturies not working

@andrewf403
Copy link

WebStorm WS-232.10203.14

Enable Ligatures turns on Texture Healing, but not ligatures

image image

@tymscar
Copy link

tymscar commented Nov 10, 2023

It's funny, because textual healing works when ligatures are enabled, and #[ also works as a ligature. Nothing else

@vguerci
Copy link

vguerci commented Nov 13, 2023

AFAIU from Monaspace visual studio config doc here, ligatures works only if you enable them in a particular way, that visual studio supports, but most likely not most other editors these days.
I can understand that choice which allows to fine-tune which ligatures we want or not, but I'm afraid that won't work on most editors?

Is there a way "editor.fontLigatures": true, would enable most ligatures (which would work on most editors) while "editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss01', 'ss02', ... (more stylistic sets) ...", would still allow to remove some, for people using an editor supporting that?

❤️ Love monaspace so far, great work, thanks!

@heathercran
Copy link
Collaborator

Issues regarding the fonts not showing up in the menu should be fixed with update 1.1 (make sure to install the fonts for all users if you still have trouble).

Enabling ligatures in these programs will only turn on the calt and liga features, as they do not support stylistic sets currently. The next update will include a "frozen" version of the fonts with all ligatures enabled by default to bypass this limitation.

@heathercran heathercran added this to the 1.2 milestone May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests