HTML CSS Support Extension

Hi can anyone help me out here. I installed this extension so I can have auto-completion when using CSS classes in my markup but it is not working. Does anyone have an alternative extension that works?

1 Like

Which IDE or any code editor are you using? If you are doing web dev, then I prefer VS code :smile: VS code already has auto-completion built into its system, and if it doesn’t work, then I suggest you restart VS code. There is another IDE called Fleet by JetBrains which is also pretty cool, but I would stick with VS code because it is simpler and has everything at your fingertips.

1 Like

The editor I have is VS code, and it doesn’t show me class names. Auto completed for some reason, but it does show me some things like some CSS styles if that makes any sense.

The VS code editor can’t show things like classes or ids from HTML file, but it can autocomplete styles for you.

1 Like