atom / snippets

Atom snippets package
MIT License
204 stars 102 forks source link

Enhance snippets with configurable color/namespace for packages #153

Open Janghou opened 9 years ago

Janghou commented 9 years ago

Myriad of snippets added by multiple packages will create confusion when typing the prefix.

Different colours can clear that up, so you can easily spot which to which package the prefix / snippet belongs. Like doing with providers and completion, but then with the snippet icon.

CON: colliding with themes Maybe just a border and not complete background.

Janghou commented 9 years ago

Let color visualize namespacing.

At the moment snippets from different packages with the same prefix and scope collide, and I think only the first is shown. The second is not available! Namespacing/coloring can help. Also reference https://github.com/atom/snippets/issues/43.