clsx
clsx copied to clipboard
docs: Add guide to enable autocomplete for JetBrains IDEs
Hi there!
I've added the guide on how to enable autocomplete for the JetBrains IDEs such as Webstorm. It might be helpful for the users of the JetBrains ecosystem.
I already have it configured this way.

Btw Tailwind with clsx works for me with no extra config, or am I missing sth?
@Strajk It's working when it's used for the className prop.
However, If u want to define class names separately to a constant, suggestions are not working.
Here's an example.