Snippets
diegodls opened this issue · 3 comments
diegodls commented
Hey guys, there's a way to add vscode's snippets when creating templates?
Actual method:
{ "fileName": "index.tsx", "template": "React Native Functional Component" },
What i want:
{ "fileName": "index.tsx", "template": rnfc << my snippet" },
I tried using variable and won't work, any tip or method?
Thanks.
Huuums commented
Hey,
right now there's no way to do this.
I'll take a look at this in the near future.
diegodls commented
Ok, no problem.
Thanks.
Huuums commented
Sorry for coming back so late to this and also with the bad news that this doesn't appear to be possible.
I did not find a way to read snippets from the extension interface.