https://github.com/bowphp/vscode-tintin-wrapper
https://github.com/bowphp/vscode-tintin-wrapper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bowphp/vscode-tintin-wrapper
- Owner: bowphp
- License: mit
- Created: 2023-04-20T12:48:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T12:48:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T14:22:06.628Z (over 1 year ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Laravel Blade Wrapper](https://marketplace.visualstudio.com/items?itemName=IHunte.laravel-blade-wrapper)

[](https://marketplace.visualstudio.com/items?itemName=IHunte.laravel-blade-wrapper)
An extension to wrap Blade directives.
## Usage
- Windows `Ctrl + Shift + T`
- Mac `⌘ + Shift + T`

| Blade Directives |
| ---------------------------------- |
| @if...@endif |
| @if...@else...@endif |
| @for...@endfor |
| @foreach...@endforeach |
| @forelse...@empty...@endforelse |
| @while...@endwhile |
| @push...@endpush |
| @pushOnce...@endPushOnce |
| @prepend...@endprepend |
| @once...@endonce |
| @section...@endsection |
| @section...@show |
| @hasSection...@else...@endif |
| @unless...@endunless |
| @can...@endcan |
| @can...@elsecan...@endcan |
| @cannot...@endcannot |
| @cannot...@elsecannot...@endcannot |
| @component...@endcomponent |
| @slot...@endslot |
| @isset...@endisset |
| @empty...@endempty |
| @auth...@endauth |
| @guest...@endguest |
| @error...@enderror |
| @env...@endenv |
| @php...@endphp |
| @production...@endproduction |
| @verbatim...@endverbatim |
| @switch...@case...@endswitch |
## Credits
- [Laravel Blade Snippets - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade)
## Contribution
If you have any suggestion please open an [issue](https://github.com/IHunte/Laravel-Blade-Wrapper/issues) or contact me on [@IHunte_dev](https://twitter.com/IHunte_dev).
If you find this project useful — or just feeling generous, consider buying me a coffee.
[](https://www.buymeacoffee.com/IHunte)
## Documentation
- [Blade Templates - Laravel - The PHP Framework For Web Artisans](https://laravel.com/docs/8.x/blade)
**Enjoy!**