'Visual Studio Code CSS Hover Missing on Mac

On my Windows machine, I noticed that when I hover my CSS class name in a .jsx file I'm able to see a hover menu to show me what the actual CSS is. However, I'm unable to recreate this on my Macbook Pro. I also don't have this capability for .html files.

On my Windows, I have the HTML CSS Support extension, but I also have it on my Mac. I tried looking at other suggestions that said to use CSS Peek as well, but I installed it and it didn't do anything.

CSS Hover Over

Here is my Windows VS Code version:

Version: 1.63.2 (system setup)

OS: Windows_NT x64 10.0.19044

Here is my Mac VS Code version:

Version: 1.65.2

OS: Darwin x64 18.7.0

Is there an extension I need to install or is there a setting I need to use?



Solution 1:[1]

I had Tailwind CSS IntelliSense installed on my Windows machine without realizing it and that did the trick.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 m1771vw