[Solved] Tailwind Intellisense on Rider
# help-with-other
c
I've added Tailwind css to a couple of projects lately and while it works, I don't get TW intellisense when adding classes in the cshtml files. I get Bootstrap options offered instead of TW. Is there anything I need to do in particular to get TW intellisense working? Googling isn't cutting the mustard I'm afraid 😦 Thanks.
s
Looks like you need to do some setup: https://www.jetbrains.com/help/rider/Tailwind_CSS.html
c
Although I'd done it all already (I thought), I'd missed out the very first instruction "npm init -y". Not only that but I had bootstrap loading as a default in the proj file. This is a dotnet mvc project (not Umbraco) and I'm shocked at how opinionated it is. Anyway, I now have TW intellisense, so thanks for the nudge 🙂
105 Views