Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CSS to HTML Class FinderNew to Visual Studio Code? Get it now.
CSS to HTML Class Finder

CSS to HTML Class Finder

esemv

| (0) | Free
Easily transfer HTML classes to CSS without risk of typos or missed classes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CSS Class Finder README

Features

How To Use

Open the command palette using Ctrl + Shift + P or Cmd + Shift + P and pick from one of the 3 commands detailed below.

Commands

Transfer Selected Classes:

  1. Select text containing at least one class in an HTML file.
  2. Run the command and select a CSS file to transfer the classes to.
  3. Your classes will be transferred to the selected file and the CSS file will be open.

https://github.com/user-attachments/assets/05581b0b-4dcf-48f5-a07d-f5c9767b9edf

[!NOTE] This command does not check whether classes are already present in the selected CSS file so duplicated may occur

Automatically Suggest Classes:

  1. Open the CSS file you want the classes to be suggested in.
  2. Run the command and select the HTML file you want the classes to be pulled from.
  3. Classes will now be suggested in your CSS file and will be refreshed each time your HTML file is saved.

https://github.com/user-attachments/assets/f748bc67-cba4-46d7-be77-3be67c882cb0

Automatically Transfer Classes:

  1. Open the HTML file you want the classes to be pulled from.
  2. Run the command and select the CSS file you want the classes to be transferred to.
  3. Each time you save the HTML file your classes in the CSS file will be updated with no duplicates.

https://github.com/user-attachments/assets/fb7050d9-26ca-4924-9aa1-ab18b4e4359a

Known Issues

None yet :)

[!TIP] Please report any issues you find!

Release Notes

1.0.0

Initial release of CSS Class Finder! Features and commands detailed above.


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft