1tontech / bootstrap4-snippets

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

Force snippets suggestion on .js (React) files #49

Open kabeza opened 3 years ago

kabeza commented 3 years ago

Hi

I've installed b4- snippets in my vscode, but they work only in .html / .php files

Is there any way to force them to show/suggest on .js (React) files ?

I've read the package.json and it states the following

{ "language": "javascriptreact", "path": "./snippets.json" }, { "language": "javascript", "path": "./snippets.json" },

so I guess they should show there too, right ?

Any clues? thanks