Voltage
Livewire Volt + Blade Intellisense for VSCode/Cursor/Windsurf
Install / Use
/learn @robsontenorio/VoltageQuality Score
Category
Development & EngineeringSupported Platforms
README
✔️ Formatter
✔️ Click to go
✔️ Autocomplete
✔️ Syntax highlight
✔️ Blade components
✔️ Volt class-based
❌ Volt functional API
This plugin works with "PHP" language mode. Please, disable other related extensions that adds "Blade" language and restart VSCode.
Autocomplete
Make autocomplete smooth inside quotes as you type.
"editor.quickSuggestions": {
"strings": "on"
}
Format
1) Make Voltage as default formatter for PHP.
"[php]": {
"editor.defaultFormatter": "robsontenorio.voltage"
}
2) Install Laravel Pint.
composer require --dev laravel/pint
3) Install Prettier dependencies.
yarn add --dev prettier prettier-plugin-blade@^2
4) Create a .prettierrc file at root of your project.
{
"printWidth": 180,
"plugins": [
"prettier-plugin-blade"
],
"overrides": [
{
"files": [
"*.php"
],
"options": {
"parser": "blade"
}
}
]
}
5) Optionally, enable format on save.
"editor.formatOnSave": true,
Scan components
You do not need to do it manually.
But, just in case, you can hit Voltage: Scan components from the command palette.
Sponsor
Let's keep pushing it, sponsor me ❤️
Follow me
Feedback
https://github.com/robsontenorio/voltage
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
Security Score
Audited on Nov 19, 2025
