My plugin supports this, but only if I happen to know the shortcut. When I start typing...
border-radi
...for example, the plugin doesn't suggest...
rounded
...because I didn't type anything close to matching that.
It seems like the only way to benefit from Tailwind without having to switch between your file and the docs is to invest time memorizing the many, many, many shortcut classes that don't start with the same word or letters as the actual CSS property name you already know.
This is a good take here, even as someone who loves Tailwind, the intellisense should grep not just the class name but the contents. `leading` is an insane name for `line-height`