Open hb20007 opened 1 year ago
A lot of us use create more components that return fragments rather than divs. It would be nice to have a Boolean option to enable this, similar to the existing option of importReactOnTop which is also used to customize the snippets.
importReactOnTop
x2
I added this config option in this pull request, guys... https://github.com/r5n-dev/vscode-react-javascript-snippets/pull/318
A lot of us use create more components that return fragments rather than divs. It would be nice to have a Boolean option to enable this, similar to the existing option of
importReactOnTop
which is also used to customize the snippets.