The functionality that I’m after is being able to see information about a Bootstrap class when hovering the class name in VS Code. Here is an example of equivilent functionality using Tailwind:
I’ve seen suggestions to use IntelliSense for CSS class names in HTML, but this appears to only provide class name autocompletion.