Hi!
I have these two snippets:
prb
Private $b${1:VariableName} as Boolean
prc
Private $c${1:VariableName} as Collection
The first, prb, works as expected. But with the prb the initial c gets
selected in addition to VariableName.
--
Kind regards