Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-cermak/enplated-mvc-vsc-extension
✔️✔️✔️ Syntax Formatter for Enplated MVC Framework for VS Code.
https://github.com/k-cermak/enplated-mvc-vsc-extension
blade blade-template effective framework mvc php php-framework small-size website-development
Last synced: 7 days ago
JSON representation
✔️✔️✔️ Syntax Formatter for Enplated MVC Framework for VS Code.
- Host: GitHub
- URL: https://github.com/k-cermak/enplated-mvc-vsc-extension
- Owner: K-cermak
- License: other
- Created: 2024-07-25T23:26:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T20:10:19.000Z (4 months ago)
- Last Synced: 2024-08-13T22:41:11.893Z (4 months ago)
- Topics: blade, blade-template, effective, framework, mvc, php, php-framework, small-size, website-development
- Homepage: https://marketplace.visualstudio.com/items?itemName=karlosoft.enplatedmvc
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Enplated MVC - Visual Studio Code Extension
- Syntax Highlight support for .enp Blade files used in the Enplated MVC framework.
- Auto-completion for .enp Blade directives.
- Core and Demo projects are available at [Enplated MVC website](https://enplated.karlosoft.com/mvc) or [GitHub](https://github.com/K-cermak/Enplated-MVC).**Supported .enp Blade directives:**
- `@if`
- `@elseif`
- `@else`
- `@endif`
- `@for`
- `@endfor`
- `@foreach`
- `@endforeach`
- `@include`
- `{{ env() }}`
- `{{ $variable }}`
- `{{-- comment --}}`
- `@php`
- `@endphp`