Shipped this project!
I made a VSCode Extension called CSS to HTML Class Finder to make transferring HTML classes to CSS files easier. It has 3 commands to transfer classes in selected text, automatically suggest classes in CSS files, and automatically transfer files to a CSS file when saving HTML files.
I found it quite hard to understand the VSCode API documentation as it gave the functionality of certain functions and commands, but mostly lacked examples. I was able to get around this by seeking out others’ examples of extensions online to find out how to specifically use the certain functions. It was helpful that I am already fairly familiar with JS as well as Regex so that basic functionality like working with arrays was made easier.
I am pretty proud of how I was able to work with the multiple files at the same time, transferring the text pulled using regex from one file, into another. I think there is some room for further improvements and features I could add in the future, but overall I’m pretty happy with the project! Hope you enjoy!