Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Selection don't match snippet #223

Closed
joseramonc opened this issue Nov 11, 2016 · 1 comment
Closed

Selection don't match snippet #223

joseramonc opened this issue Nov 11, 2016 · 1 comment

Comments

@joseramonc
Copy link

joseramonc commented Nov 11, 2016

With this snippet:

'label_field':
  'prefix': 'fl'
  'body': '<%= f.label :${1:field}${2:, class: "${3:control-label}"} %>$0'

The $2 Selection works as expected when I don't input anything in $1, but when I type something in $1, $2 selects more than specified in body.

Expected $2 selection when $1 change:

screen shot 2016-11-11 at 2 39 17 pm

Acutal $2 selection when $1 change (I typed field):

screen shot 2016-11-11 at 2 39 27 pm

@50Wliu
Copy link
Contributor

50Wliu commented Oct 24, 2017

Thanks for taking the time to contribute!

We noticed that this is a duplicate of #15. You may want to subscribe there for updates.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.

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

No branches or pull requests

2 participants