Benas Svipas
Benas Svipas
Yeah if I disable it with `"editor.acceptSuggestionOnCommitCharacter": false` it works, but if I disable `methodSnippetsInsertText` it works as expected even with `acceptSuggestionOnCommitCharacter` enabled and it completes function arguments and fixes...
Yeah I can confirm that this isn't working with Expo 51 & React Native 0.74.5
@zardoy sounds awesome, but does it support that it auto-imports anything what I type, because I have bunch of packages and a lot of local exports does that mean I...
@fabrizioschiavi I checked other fonts like Iosevka and they detect and disable ligatures in certain patterns. I believe they do that for cases like this so you could read regex...
I found out commit in Iosevka: https://github.com/be5invis/Iosevka/commit/a52d8e7ca5cd4ac4f4ffe35128428263f3afae79 If you go into `otl/gsub-ligation.ptl` you will see `Disable regular expression lookaheads` --- In Fira Code I also found: > - Disabled ligatures...
Yeah I do agree with @wismill here. Better to migrate all of them to `ss15`.
@zardoy Yeah it worked by removing it, but still no suggestions in Quick Fix. I think this should be fixed on TS side. But then the question is maybe it...
@zardoy Would you mind showing me how, packages are named `expo` and `react-native`
Maybe @Ilanaya you know how to do it correctly?
@Ilanaya thank you very much, great news!