Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

remche
Copy link

@remche remche commented Oct 29, 2024

This PR add fish snippets from bmalehorn/vscode-fish

Thanks form maintaining this repo !

Copy link
Collaborator

@OkelleyDevelopment OkelleyDevelopment left a 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 😎

README.md Outdated Show resolved Hide resolved
"end"
]
},
"else operator": {
Copy link
Collaborator

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

snippets/fish.json Outdated Show resolved Hide resolved
"end"
]
},
"function with arguments definition": {
Copy link
Collaborator

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.

Copy link
Collaborator

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.

Copy link
Author

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 ?

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.

2 participants