πIDE
[VS Code] code snippet $ escape ( dollar sign )
harry.93
2021. 8. 5. 12:28
λ°μν
VS Code snippet μμ $ νμκ° νμν λ.
from
"mySnippet": {
"prefix" : [
"test"
],
"body":[
"$('body').html();",
"\t\n",
"\t"
]
}
To
"mySnippet": {
"prefix" : [
"test"
],
"body":[
"\\$('body').html();",
"\t\n",
"\t"
]
}
$ μμ \\ λ₯Ό λΆμΈλ€.
728x90
λ°μν