We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Elixir I'd love to have Helix expand def foo(bar) do + [Enter] to
def foo(bar) do
[Enter]
def foo(bar) do [Cursor] end
Currently it only inserts a newline. Any pointers on how to contribute this?
The text was updated successfully, but these errors were encountered:
I think lsp snippets would support this expansion.
Sorry, something went wrong.
Ok, thanks a lot, will investigate!
Closing in favor of #395
No branches or pull requests
In Elixir I'd love to have Helix expand
def foo(bar) do
+[Enter]
toCurrently it only inserts a newline. Any pointers on how to contribute this?
The text was updated successfully, but these errors were encountered: