# HTML CSS Support Extension

**URL:** https://forum.codewithmosh.com/t/html-css-support-extension/24320
**Category:** Uncategorized
**Created:** [December 29, 2023, 10:19pm UTC](https://forum.codewithmosh.com/t/html-css-support-extension/24320 "2023-12-29T22:19:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Lizyada](https://avatars.discourse-cdn.com/v4/letter/l/aeb1de/32.png) [@Lizyada](https://forum.codewithmosh.com/u/Lizyada)
#### Post date: [December 29, 2023, 10:19pm UTC](https://forum.codewithmosh.com/t/html-css-support-extension/24320/1 "2023-12-29T22:19:05Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![SuspiciousShrimp](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/suspiciousshrimp/32/7328_2.png) [@SuspiciousShrimp](https://forum.codewithmosh.com/u/SuspiciousShrimp)
#### Post date: [December 30, 2023, 5:30am UTC](https://forum.codewithmosh.com/t/html-css-support-extension/24320/2 "2023-12-30T05:30:42Z")

</div>

Which IDE or any code editor are you using? If you are doing web dev, then I prefer VS code 😄 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.

---

<div class="post-metadata">

### Author: ![Lizyada](https://avatars.discourse-cdn.com/v4/letter/l/aeb1de/32.png) [@Lizyada](https://forum.codewithmosh.com/u/Lizyada)
#### Post date: [December 31, 2023, 12:21am UTC](https://forum.codewithmosh.com/t/html-css-support-extension/24320/3 "2023-12-31T00:21:58Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![SuspiciousShrimp](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/suspiciousshrimp/32/7328_2.png) [@SuspiciousShrimp](https://forum.codewithmosh.com/u/SuspiciousShrimp)
#### Post date: [December 31, 2023, 3:20am UTC](https://forum.codewithmosh.com/t/html-css-support-extension/24320/4 "2023-12-31T03:20:44Z")

</div>

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