atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

How can I disable or override the `inspect` snippet? #240

Closed benpptung closed 7 years ago

benpptung commented 7 years ago

The snippet I hope to disable or override is:

inspect

It will be expanded to console.log(require('util').inspect(, { depth: null }));. Thank you for your help :)

Ben3eeE commented 7 years ago

Thanks for reaching out!

Because we treat our issues list as the Atom team's backlog, we close issues that are questions since they don't represent a task needing to be completed. For most questions about Atom there are a lot of options, check out:

On Discuss and in the Atom Slack team, there are a bunch of helpful community members that should be willing to point you in the right direction.

benpptung commented 7 years ago

Hi @Ben3eeE, Sorry for misunderstanding, I think this is an issue, and it can be added to https://github.com/atom/snippets/issues/55

There are too many unwanted snippets in language-javascript, and I've noticed they keep to add new snippets. It would be appreciated if we can disable unwanted snippets. Thank you.