You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight linting of HTML templates - Bootlint is deprecated now, but it used to be useful for catching HTML issues with Bootstrap component. Could be good to resurrect some of the rules from this.
Autocomplete values for data-bs- HTML. e.g. typedata-bs-t and it'll suggest autocompleting to data-bs-toggle (I guess some of this is already available via AI extensions like GitHub Copilot, but not everyone has access to that)
Warnings in console about using deprecated features / classes
All the above could be configurable in the options.
I've done a little bit of maintenance of VS Code extensions before but I don't have enough experience/knowledge to build this myself from scratch. Maybe it could be a community effort? I'd be happy to help contribute :-)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been thinking about how great it would be to have an official Bootstrap VS Code extension. Some of the features I thought of that it could have:
data-bs-
HTML. e.g. typedata-bs-t
and it'll suggest autocompleting todata-bs-toggle
(I guess some of this is already available via AI extensions like GitHub Copilot, but not everyone has access to that)I've done a little bit of maintenance of VS Code extensions before but I don't have enough experience/knowledge to build this myself from scratch. Maybe it could be a community effort? I'd be happy to help contribute :-)
Beta Was this translation helpful? Give feedback.
All reactions