Is it possible with snippets to make a first option selection determine the choices displayed for a subsequent option?
An example would be with choosing version numbers, choose a major version number, then constraining minor version number based on the major version number selected.
So ${1|2,3,4|}.${2|<list here should be dependent upon first selection|}
Thanks, John Joyce