Advanced language support and IntelliSense for the Kire templating engine.
npm install kire-intellisenseThe official language support extension for the Kire templating engine.
KIRE IntelliSense provides a rich development experience for Kire, a powerful and expressive templating engine inspired by Blade, designed for Node.js, Bun, and Deno.
!Extension Preview
> Tip: Place a screenshot of the syntax highlighting here named images/hero.png
- Directives: @if, @else, @foreach, @wire, etc.
- Interpolations: {{ variable }} and {{{ raw_html }}}.
- Comments: {{-- Kire Comments --}}.
!Autocomplete Example
> Tip: Place a gif of the autocomplete in action here named images/autocomplete.gif
.kire files with full language feature support.1. Open VS Code.
2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
3. Search for "KIRE IntelliSense".
4. Click Install.
Simply open any file ending in .kire. The extension will activate automatically.
Example Code:
``kire
@layout('layouts.app')
@section('content')
@if(user.isAdmin)
@else
Welcome back to the dashboard.
Found a bug? Want to suggest a feature? Contributions are welcome!
Please open an issue on the GitHub Repository.
MIT