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
For example, if I autocomplete at <div class="leading-|, I'll see the output CSS
.leading-3 {
line-height:.75rem/* 12px */;
}
Which is great. But when I don't know the name of the property for line-height which is definitely the case as a Tailwind beginner, I'm lost and have to look it up online.
More concretely, I'd expect at <div class="line-height| to get suggestions for leading-3 and more! These reverse kind of lookups should have lower ranking than the natural ones, perhaps also another icon, so they don't come in the way of the important stuff.
As another example, when I autocomplete at <div class="padding| I would expect to see the following order:
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
For example, if I autocomplete at
<div class="leading-|
, I'll see the output CSSWhich is great. But when I don't know the name of the property for line-height which is definitely the case as a Tailwind beginner, I'm lost and have to look it up online.
More concretely, I'd expect at
<div class="line-height|
to get suggestions forleading-3
and more! These reverse kind of lookups should have lower ranking than the natural ones, perhaps also another icon, so they don't come in the way of the important stuff.As another example, when I autocomplete at
<div class="padding|
I would expect to see the following order:bg-clip-padding
bg-origin-padding
p-0
p-1
etc.I tried to file this as a feature request to https://github.com/tailwindlabs/tailwindcss-intellisense/issues but was automatically redirected to the discussions in the main repo instead.
Beta Was this translation helpful? Give feedback.
All reactions