wcwhitehead / bootstrap-3-snippets

Bootstrap 3 Snippets for Visual Studio Code
28 stars 45 forks source link

Language Support #24

Open conrman opened 7 years ago

conrman commented 7 years ago

Would love to see an option for other languages to be supported:

davidacreates commented 7 years ago

@conrman agreed. i came here because i just started using visual studio code and the snippets don't work for jsx. i figured it must be a language issue. unfortunate.

wcwhitehead commented 7 years ago

all of these have been added

wcwhitehead commented 7 years ago

I spoke too soon. Apparently, errors/warnings are generated if the user does not have language extensions installed for non-built-in VS Code languages (eg. Vue, Blade, etc.), so I have removed support for these until the ability to conditionally include snippet support is included in VSC.

Related: https://github.com/Microsoft/vscode/issues/6384

nexxpix commented 6 years ago

Is that possible to add .twig extension too please ?