bootstrap4-snippets icon indicating copy to clipboard operation
bootstrap4-snippets copied to clipboard

Force snippets suggestion on .js (React) files

Open kabeza opened this issue 4 years ago • 0 comments

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

kabeza avatar May 06 '21 19:05 kabeza