How to use Bootstrap 'shortcuts' in VSCode in .blade files?

1

There is an extension called Bootstrap 3 Snippets, however, it only runs snippets in HTML files.

How do I get this to work on files from other extensions?

    
asked by anonymous 28.03.2018 / 18:03

1 answer

1

Use the extension's snippets manually:

  • Access and copy the contents of: link

  • Go to Use Snippets in your VSCode:

  • Click New Global Snippets and give it a name.

  • Paste the copied json content and save the file.

  • Use

  •     
    28.03.2018 / 18:03