We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82a568 commit 1a606b1Copy full SHA for 1a606b1
snippets/elixir-mode/phx-lv-handle-params
@@ -0,0 +1,9 @@
1
+# -*- mode: snippet -*-
2
+# name: phx-lv-handle-params
3
+# key: phx-lv-handle-params
4
+# --
5
+@impl true
6
+def handle_params(params, _uri, socket) do
7
+ $0
8
+ {:noreply, socket}
9
+end
0 commit comments