atom / snippets

Atom snippets package
MIT License
206 stars 102 forks source link

Add highlighting to non-selected placeholders #291

Closed edzkite closed 5 years ago

edzkite commented 5 years ago

Summary

When a snippet is inserted in Atom, only the active placeholder is highlighted. Other editors, like VSCode and XCode, have fainter highlights marking the other placeholders.

Motivation

Describe alternatives you've considered

DIY in own package. However, such a feature could be of benefit globally across all Atom snippets consumers.

Additional context

VSCode Snippet (Inspiration for this feature request):

Screen Shot 2019-06-06 at 1 19 17 PM
rsese commented 5 years ago

Thanks for the suggestion! Though I can see how useful this could be for some folks, as mentioned in the issue template the team is unlikely to work on new functionality right now (in general but also in particular when it's possible to take advantage of Atom's customizability or to create a package to provide the feature as you mentioned for this case).

Because of this and because we're trying to keep only tasks that need to be worked on in the issue list, I'm going to close the issue but thanks again for the feedback.