-
Notifications
You must be signed in to change notification settings - Fork 479
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
add fish snippets from bmalehorn/vscode-fish #513
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, just a few things to revise and then we'll be golden 😎
"end" | ||
] | ||
}, | ||
"else operator": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The else snippet can probably be omitted since the if
and if else
are already defined here
"end" | ||
] | ||
}, | ||
"function with arguments definition": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these snippets should also be removed in favor of just having someone leverage the first function
snippet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take this comment to apply to the if and while snippet variants too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note sure what you mean here (not very familiar with snippet development). How to leverage the multiple possibility with only one snippet ?
This PR add fish snippets from bmalehorn/vscode-fish
Thanks form maintaining this repo !