You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default expansion is variable ++variable. The intended usage is in defining a c-style loop snippet. Usually when you first enter into a tab stop, typing x will remove the placeholder and replace it with x. However, on the second tab stop in this snippet, typing x will leave you with variable ++variablex instead of the more consistent variable x.
Hence, making a field value with a transform makes it "sticky" and it doesn't behave like other fields.
The text was updated successfully, but these errors were encountered:
Consider this snippet.
The default expansion is
variable ++variable
. The intended usage is in defining a c-style loop snippet. Usually when you first enter into a tab stop, typingx
will remove the placeholder and replace it withx
. However, on the second tab stop in this snippet, typingx
will leave you withvariable ++variablex
instead of the more consistentvariable x
.Hence, making a field value with a transform makes it "sticky" and it doesn't behave like other fields.
The text was updated successfully, but these errors were encountered: