Is there a way to enable autocompletion for tailwind when you use natural well know css properties.
For example typing padding
will show me suggestion for it’s tailwind shorthand p-1
<h1 class="padd..">X</h1>
Reason for this question is that while I know css properties well, it’s hard to remember it’s tailwind versions and you forced to google it.