1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
118 stars 43 forks source link

Overwriting Emmet's "editor.snippetSuggestions": "top" #31

Open ApiraPrima opened 4 years ago

ApiraPrima commented 4 years ago

Unfortunately the extension is overwriting the setting to show Emmet's snippets always on top ("editor.snippetSuggestions": "top"). Also my other Emmet/editor specific settings are correct. It even overwrites "editor.suggest.localityBonus": true, which prioritizes my recently used choices.

I could not find a way, to force your snippets to show up below Emmet's. It seems a bit connected to issue #18, too aggressive suggestions. A solution for issue #28 (propose font-awesome only when starting with fa) would be a great improvement too.

By starting with cl, I would, of course, like to auto-complete to class="". Instead, there are ~50 font-awesome suggestions before.

It even overwrites "editor.suggest.localityBonus": true, which prioritizes my recently used choices.

Thank you for your nice extension! I hope this can be solved,

Chris