Skip to content

emil19ro/php-block-background-color-extension

Repository files navigation

Space Background Extension 🔹 What does this extension do? ✅ Adds a custom setting: "spaceBackground.backgroundColor". ✅ The default value is "rgba(255, 0, 0, 0.2)" (transparent red), but you can change it in VS Code settings. ✅ Highlights PHP code blocks with the selected background color.

Activate command : CTRL + SHIFP + P ">Activate PHP Background"

🎨 How to customize the background color? Open VS Code settings (JSON): Press Ctrl + Shift + P → Search for "Preferences: Open Settings (JSON)". Add or modify this setting:

"spaceBackground.backgroundColor": "rgba(0, 255, 0, 0.3)"

This will set a transparent green background. 🚀 How to use? The extension automatically applies the background color to PHP code blocks. You can change the color anytime in settings.json. Enjoy coding! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published