"test": {
"prefix": "test",
"body": "${1:hello} ${1:world}"
}
Expected Result:
hello world
Current Result:
hello hello
I am trying to create snippet with same index and different placeholder but second placeholder change to first one when snippet called.
Case Scenario:
If I remove hello
then world
should be removed as well and If I don't change default hello
then tabstop should goto next world
. Then If I change world
, hello
shouldn't be effected.
This work great with Atom See this youtube video but not with vscode !!!