Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Laravel Blade LocalizerNew to Visual Studio Code? Get it now.
Laravel Blade Localizer

Laravel Blade Localizer

Shakil Ahmed

|
268 installs
| (0) | Free
A vs code extension to wrap blade static texts in laravel localization syntax.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
banner

Laravel Blade Localization Wrapper Extension

This extension will help you to auto-select all your blade static strings and wrap those into localization syntax.

Screenshot

Features

  • Wrap static strings with Laravel localization syntax one click.
  • Auto detect static strings from file.
  • Auto ignore strings that have special characters.
  • Blazing Fast.

Installation

  1. Open Visual Studio Code.
  2. Click the Extensions icon (the four squares icon) in the Activity Bar.
  3. Search for "Wsus Laravel Localizer".
  4. Click the Install button next to the extension.

Usage

  1. Open a Laravel Blade file in Visual Studio Code.
  2. Press Ctrl+Shift+P to open the Command Palette.
  3. Type "Laravel Blade Localizer" and select the command and execute.

Example

<h1>Hello world!</h1>

<h1>{{ __('Hello world!') }}</h1>

Feedback

If you have any feedback or suggestions, please feel free to create an issue on the repository.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft