Huuums/vscode-folder-templates

Snippets

diegodls opened this issue · 3 comments

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.

Hey,

right now there's no way to do this.

I'll take a look at this in the near future.

Ok, no problem.
Thanks.

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.