✨Dvurechensky✨
⭐ Freelancer Lizerium ⭐
Note
This project is part of the Lizerium ecosystem and belongs to:
If you are looking for related engineering and utility tools, start there.
- Works with VS Code
- This simple extension highlights color values in lines like:
color = 255, 255, 255
- It also adds a color picker panel to the left of each matching line
P.S ✌️ I personally used it for rich_fonts files and other game files where this format appears frequently
Install all dependencies in the
Terminalfrom the project root
npm installBuild the project (an
Outfolder with compiled plugin.jswill be created)
npm run vscode:prepublishPackage the extension
npm install -g vsce
vsce package- Open the script: extension.ts
- Start debugging: Run → Start Debugging → VS Code Extension Development
- A clean VS Code instance will open
Add a test file with lines like
color = 255, 255, 255and observe the behavior
✨Dvurechensky✨


