Skip to content

Lizerium/LizeriumVSCodeColorPicker

Repository files navigation

✨Dvurechensky✨

Color Picker INI (VSCode Extension) 😈

⭐ Freelancer Lizerium

🌐 Language: 🇷🇺 Russian | ✅ 🇺🇸 English (current)

Note

This project is part of the Lizerium ecosystem and belongs to:

If you are looking for related engineering and utility tools, start there.

✨ Table of Contents


💦 Description 💦

  • 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


💦 Build 💦

Install all dependencies in the Terminal from the project root

npm install

Build the project (an Out folder with compiled plugin .js will be created)

npm run vscode:prepublish

Package the extension

npm install -g vsce
vsce package

💦 Debug 💦

  1. Open the script: extension.ts
  2. Start debugging: Run → Start Debugging → VS Code Extension Development
  3. A clean VS Code instance will open Add a test file with lines like color = 255, 255, 255 and observe the behavior

💦 Example 💦


Before Before


After After_1 After_2


✨Dvurechensky✨

Packages

 
 
 

Contributors