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

Remove trivial snippets #416

Closed
dev-ardi opened this issue Feb 26, 2024 · 1 comment · Fixed by #428
Closed

Remove trivial snippets #416

dev-ardi opened this issue Feb 26, 2024 · 1 comment · Fixed by #428
Assignees

Comments

@dev-ardi
Copy link
Contributor

dev-ardi commented Feb 26, 2024

There are many snippets that don't do much, such as

    "mod": {
        "prefix": "mod",
        "body": ["mod ${1:name};"],
        "description": "mod …;"

Having the snippet is not very useful in this case. Snippets should be reserved for common idioms that are somewhat annoying/long to type.

These should be removed to reduce noise and to allow more snippets in the future.

There are also some extremely niche macros that here such as include!(), column!() and line()! which I'm not sure why they are even snippets

@OkelleyDevelopment
Copy link
Collaborator

Hi @dev-ardi, I started a PR here, to address this issue. When you get a moment, I'd appreciate your thoughts on the snippets removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants