burkeholland / simple-react-snippets

Simple React Snippets for VS Code that you will actually use
206 stars 84 forks source link

[Feature Request] Add option create function components with export default inline #88

Closed iamshaheenumar closed 2 months ago

iamshaheenumar commented 1 year ago

Hello, Wanted to request a snippet for Function Component with export default.

Example:

image

I know we already have ffc for Function Component, but some people prefer to write export default inline. I suggest to add a new snippet efc or effc for this scenario.

By the way, thank you for this great extension 👍 😃

konrad-bak commented 6 months ago

Why not just change the snippet to inline export default? Or even better - give this extension a setting to choose "inline export default"/"export default at the bottom of file"

adding extra effc will add unnessesary confusion/complicity when every user will only use one or another