Brad Cornes

Results 64 comments of Brad Cornes

Thanks for sharing. How are you opening the folder in VS Code? Are you just opening it in its own window?

Hey @renet > _The only think I can possibly think of is that for some reason you try to install the dependencies using yarn v1 instead of v3_ I am...

Hey @looeee. Does it work if you manually trigger completions (`ctrl+space`)? Also, in your last screenshot it looks like the `Loading...` is actually because of a hover provider, rather than...

> I have the similar issue. > > ![Animation](https://user-images.githubusercontent.com/23557839/130368178-a720ca74-5f76-470d-bf7f-57dae9e18231.gif) @AgainPsychoX This looks exactly like what I would expect if you didn't have `editor.quickSuggestions.strings` set to `true`. Can you confirm that...

If anyone is having the same issue as @lacherogwu: this is **not** the same issue that was originally posted by @looeee. The reason for @lacherogwu's issue is that extensions have...

I'm glad the issue is resolved for you @looeee! I'm going to close this, but please open a new issue if you run into anything else 👍

Hey @andreialecu, thanks for investigating this! The next release of Tailwind CSS IntelliSense will use a patched version of `enhanced-resolve` that should resolve your issue 👍

It returns ~9,000 items because that's how many Tailwind classes are available. We actually just did a lot of work to reduce the total size of the completion response and...

Going to close this as it's not clear whether the original issue is still present following my previous comment on Sep 2, 2022. If anyone is still having problems please...

> _One thing I wonder though: will this be a breaking change for people using an older version of the intellisense plugin but using a newer version of Tailwind? If...