CoenraadS / vscode-Disable-Ligatures

VSCode extension to disable ligatures at the cursor position, or disable all ligatures on the line
https://marketplace.visualstudio.com/items?itemName=CoenraadS.disableligatures
MIT License
22 stars 2 forks source link

Support globalLigatures #3

Open jonathantneal opened 5 years ago

jonathantneal commented 5 years ago

I love this plugin. I wanted the same thing requested in #2, so I thought I would give it a try myself. This is my very first time looking at a VSCode Extension, so my apologies for anything I messed up.

Resolves #2

  1. Adds functionality to disable ligatures throughout the whole document.
  2. Adds the aforementioned functionality through a globalLigatures option. Feel free to rename it.
  3. Adds the fi, fl, and www alpha ligature into the globalLigatures default.
  4. Removes duplicate global ligatures from ligatures to prevent un-un-ligaturing.
  5. Allows type "null" because the plugin may have otherwise been silently failing in my local tests.
i-am-the-slime commented 3 years ago

@jonathantneal Any hope of ever getting back to this?

LunaAmora commented 2 years ago

This is the feature i was hopping for. Sad that it never got implemented.