onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
137 stars 38 forks source link

Disable snippets #153

Open eriktobben opened 2 years ago

eriktobben commented 2 years ago

Hi! Love the plugin, but is it possible to disable the snippets part of the package? Or have it placed below the default suggestions?

When I write <div cla... the snippets from this package is the first option in the autocomplete list, and I have to key down to the correct option.

onecentlin commented 8 months ago

@eriktobben You may setup your settings.json by adding "editor.snippetSuggestions": "bottom", to change the suggestion order.