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
Would it be possible to get parity between the two, so the new sum snippet reads either
snippet sum "sum"w\sum_{${1:n=${2:1}}^{${3:\infty}} ${4:${VISUAL}} $0
endsnippet
or (less preferably)
snippet sum "sum"w\sum_{${1:n=${2:1}}^{${3:\infty}} ${4:a_n z^n} $0
endsnippet
should you want to keep a_n z^n as the default?
In particular, this also has the side benefit of making it easier to change the iteration variables for a sum.
The text was updated successfully, but these errors were encountered:
I've noticed that the snippet for
sum
iswhile the snippet for product is
Would it be possible to get parity between the two, so the new
sum
snippet reads eitheror (less preferably)
should you want to keep
a_n z^n
as the default?In particular, this also has the side benefit of making it easier to change the iteration variables for a sum.
The text was updated successfully, but these errors were encountered: