Skip to content

Add elixir snippets to define functions with args #591

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheDDMbassy
Copy link

The current snippets for defining functions don't have any tabstops in between the opening and closing parens () of a function definition, so if you want to define a function that has arguments, you won't be able to tab your way into writing them.

The new snippets append an a to their respective "inspiration" snippets, to indicate that they'll have a tabstop for easy [a]rguments.

The current snippets for defining functions don't have any tabstops in
between the opening and closing parens () of a function definition, so
if you want to define a function that has arguments, you won't be able
to tab your way into writing them.

The new snippets append an `a` to their respective "inspiration"
snippets, to indicate that they'll have a tabstop for easy [a]rguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant