All notable changes to the "heex-snippets-in-h-sigil" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
None
- snippets for
{:noreply, socket}
,{:ok, socket}
,socket = socket |>
- snippet for <:slot></:slot>
- live_component snippet
- all phx- LiveView bindings
- Snippets for for-loop'ed tags: div, p, li, h1-6, span
- Snippets for HEEx template: code renderer block (
<%= %>
), if statement, if else statement, for loop - Snippet for custom funcitonal component (
;.CUSTOM_COMPONENT
=><.CUSTOM_COMPONENT></.CUSTOM_COMPONENT>
)