Replies: 1 comment
-
Not currently. This would either need #4035 or it might be solved by #395 if ElixirLS sends do/end completions as snippets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use Helix for Elixir development.
Elixir functions are defined like so
def my_func() do
end
Is it possible to get the end auto generated as soon as we press enter after do?
Beta Was this translation helpful? Give feedback.
All reactions