bootstrap4-snippets
bootstrap4-snippets copied to clipboard
Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
I noticed when creating a range input there is no intellisense for auto-generation. The workaround is to pick b4-form-input-text and make the necessary adjustments. I'll see if I can make...
when i try b4-form-file-custom, it didn't show anyting on the screen, only the small text
Do this have the flex utilities as shown in the bootstrap document? I can't find it in this plugin.
Hello, How to set the default indentation of snippets tabs to 4 spaces in vscode? Thanks
This PR contains the following changes for bootstrap modals: - variable names are consistently `modal*` now - added `modalTitleId` as id to the modal title (`h5`) - use modal id...
When this is installed, intellisense matches snippet tags in reverse. For example, typing "2" anywhere in a php/html file will result in a lookup that matches any of the font...
A nice addition to this plugin would be adding a preview of Font Awesome on the tooltip. I'm referring to something similar to what this https://github.com/Janne252/vscode-fontawesome-auto-complete already does.
Question
Hi, I do have a small question: Would it be possible to activate this extension on a file that is not an html file? (I would be interested in activiating...
Refer to this issue: https://github.com/1tontech/bootstrap4-snippets/issues/8 Although, there are a lot of changed files, many of them have small changes.
In Gulp I'd run some command like `gulp serve` for running a live reloading server, in web development. Is there any way to check If my modifications are working properly,...