Open jugyo opened 6 years ago
https://github.com/nikitaKunevich/vscode-snippet-creator/blob/852f6afbf14439e9ad9f6244e6273d77a3d56ecf/extension.js#L201
e.g.
Selected text:
fmt.Println("hello world")
Snippet to be created:
"test": { "prefix": "test", "body": [ "func main() {", "\\tfmt.Println(\"hello world\")", "}", "" ], "description": "test" }
Output:
\tfmt.Println("hello world")
Expected:
related to https://github.com/nikitaKunevich/vscode-snippet-creator/issues/6
https://github.com/nikitaKunevich/vscode-snippet-creator/blob/852f6afbf14439e9ad9f6244e6273d77a3d56ecf/extension.js#L201
e.g.
Selected text:
Snippet to be created:
Output:
Expected: