Donate

Visual Studio Code CSS Intellisense Not Working In CSS Files

Hello,

Lately, I was working on some CSS files that needs to be updated as per client request. It seems weird that the intellisense does not show it's dropdown of values for a specific style, as I remember this was working before. After doing some experiments and tests, here's the solution that worked for me in order for the CSS intellisense to work as expected on your Visual Studio Code editor.
First is open settings tab using shortcut "Ctrl + ," or click the manage button at the bottom left of the editor.
Visual Studio Code CSS Intellisense Not Working In CSS Files
Expand the Text Editor menu and choose Files. Add items for *.css and css with values of css for each item.
Visual Studio Code CSS Intellisense Not Working In CSS Files
Once the steps are performed, this will resolve the CSS intellisense issue.
Visual Studio Code CSS Intellisense Not Working In CSS Files
Visual Studio Code CSS Intellisense Not Working In CSS Files


Cheers!

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations