| Livewire SFC / VoltEnables comprehensive IDE support for Livewire Single File Components (SFC) / Volt components by intelligently switching between Blade and PHP language modes based on cursor and scroll position. 
 Features
 InstallationInstall from the VS Code Marketplace. The extension activates automatically when opening files with  How It WorksLivewire SFC and Volt components combine PHP logic with Blade templating in single files. VS Code typically treats these files as pure Blade templates, resulting in lost IDE support for PHP portions. This extension addresses this limitation by dynamically switching language modes based on the active editing context: 
 When you scroll to a section where only PHP code is visible (and Blade portions are off-screen), the language mode automatically switches to PHP, and vice versa. This approach ensures that all existing language server features remain fully functional for both PHP and Blade content. Brief syntax highlighting transitions may occur during mode switches. This is expected behavior and minimal in practice. Note: The extension assumes you already have an extension that adds Blade language mode. Consider installing the Official Laravel extension to get full Blade support. ContributingContributions are welcome. Please submit issues, feature requests, or pull requests through the project repository. LicenseLicensed under the MIT License. | 
 
                