vscode-react-javascript-snippets
vscode-react-javascript-snippets copied to clipboard
Add option for returning a fragment instead of a div
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.
x2
I added this config option in this pull request, guys... https://github.com/r5n-dev/vscode-react-javascript-snippets/pull/318