r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.71k stars 440 forks source link

Should automatically capitalized the first character of component name #271

Open SyMind opened 1 year ago

SyMind commented 1 year ago

When my file name is app.tsx, the component name should be App, but now is app.

qbr-dude commented 1 year ago

You can replace capitalize with pascalcase to handle more cases. For example, 'first-second' => FirstSecond