Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When using a snippet with simultaneous tab stops, and the active tab stop is the end of the document (no trailing newline) the newline will also be inserted in the other tab stops.
Steps to Reproduce
Add this snippet to your snippets.cson
"*":
"has a transformed tab stop that occurs before the corresponding ordinary tab stop":
prefix: 't16'
body: """
& ${1/(.)/\\u$1/} & ${1:q}
"""
On the last line, expand the snippet t16
Save
Expected behavior: [What you expect to happen]
& Q & q
Actual behavior: [What actually happens]
& Q
& q
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
Atom beta 1.35.0
Additional Information
This is more of a memo to get back to, it's not a very impactful bug.
Prerequisites
Description
When using a snippet with simultaneous tab stops, and the active tab stop is the end of the document (no trailing newline) the newline will also be inserted in the other tab stops.
Steps to Reproduce
Add this snippet to your
snippets.cson
On the last line, expand the snippet
t16
Save
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
Atom beta 1.35.0
Additional Information
This is more of a memo to get back to, it's not a very impactful bug.