Skip to content

Version 1.0.0

Latest

Choose a tag to compare

@esemv07 esemv07 released this 28 Apr 01:12
· 2 commits to main since this release

Added

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.
Transfer.Selected.Classes.mp4

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.
Automatically.Suggest.Classes.mp4

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.
Automatically.Transfer.Classes.mp4

Future Plans

Automatically Suggest Classes

  • Allow for the selection of multiple HTML files to pull classes from

Automatically Transfer Classes

  • Detect whether the current HTML file is the file the command was run from so only classes from that file are transferred on save